Skip to content

Commit

Permalink
scale up
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau committed May 31, 2024
1 parent 53d2f8b commit 9588793
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vignettes/sbc/_targets.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tar_option_set(
workspace_on_error = TRUE,
error = "null",
controller = crew.cluster::crew_controller_sge(
workers = 200L,
workers = 250L,
sge_cores = 3L,
seconds_idle = 120,
sge_log_output = "logs/",
Expand All @@ -36,10 +36,10 @@ list(
scenario = scenario,
prior = prior,
chains = 3L,
warmup = 2000L,
iter = 4000L
warmup = 4000L,
iter = 8000L
),
batches = 100,
batches = 1000,
reps = 1
),
tar_target(
Expand Down

0 comments on commit 9588793

Please sign in to comment.