diff --git a/sim.jl b/sim.jl
index 9f1d47f6f79bd4a599d2456377173ed7ba57bcff..8ac38b6d1121d210240a38db4be16bd9d8f1c689 100644
--- a/sim.jl
+++ b/sim.jl
@@ -73,15 +73,15 @@ if !isdir(paths[:model])
 end
 
 map_folder = paths[:map]
-requested = 2 * N
-served = 2 * N
+requested = 2000 * N
+served = 2000 * N
 
 include(paths[:map]*"map.jl") #
 include(paths[:dispatcher]*"dispatcher.jl")
 
 
 
-x, y = getValue(index-1, 3, 10, 20, 0, 2*t0, 20)
+x, y = getValue(index-1, 3, 10, 40, 0, 2*t0, 40)
 
 println("$x\t$y")
 random_gens = Dict(:pickup => [:notRandom, y/t0])
diff --git a/submit.sh b/submit.sh
index aa4d6121a5acc5bb39590587eee122957bfc2618..ddb7081877389d807febc6b4c44d7ea7f2eb319c 100644
--- a/submit.sh
+++ b/submit.sh
@@ -5,7 +5,7 @@
 #$ -q titan.q
 #$ -j yes
 #$ -N earliest_pickup
-#$ -t 1-200
+#$ -t 1-1600
 
 N=20
 SAVE_PATH="/scratch01.local/rhaag/earliest_pickup/results/"