Skip to content

Commit 17605a7

Browse files
committed
bump resources to the max
1 parent 036aa8d commit 17605a7

File tree

1 file changed

+2
-2
lines changed
  • scaletest/templates/scaletest-runner

1 file changed

+2
-2
lines changed

scaletest/templates/scaletest-runner/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ locals {
3939
workspace_pod_instance = "coder-workspace-${lower(data.coder_workspace.me.owner)}-${lower(data.coder_workspace.me.name)}"
4040
workspace_pod_termination_grace_period_seconds = 5 * 60 * 60 # 5 hours (cleanup timeout).
4141
service_account_name = "scaletest-sa"
42-
cpu = 16
43-
memory = 64
42+
cpu = 32
43+
memory = 256
4444
home_disk_size = 10
4545
scaletest_run_id = "scaletest-${replace(time_static.start_time.rfc3339, ":", "-")}"
4646
scaletest_run_dir = "/home/coder/${local.scaletest_run_id}"

0 commit comments

Comments
 (0)