We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 036aa8d commit 17605a7Copy full SHA for 17605a7
scaletest/templates/scaletest-runner/main.tf
@@ -39,8 +39,8 @@ locals {
39
workspace_pod_instance = "coder-workspace-${lower(data.coder_workspace.me.owner)}-${lower(data.coder_workspace.me.name)}"
40
workspace_pod_termination_grace_period_seconds = 5 * 60 * 60 # 5 hours (cleanup timeout).
41
service_account_name = "scaletest-sa"
42
- cpu = 16
43
- memory = 64
+ cpu = 32
+ memory = 256
44
home_disk_size = 10
45
scaletest_run_id = "scaletest-${replace(time_static.start_time.rfc3339, ":", "-")}"
46
scaletest_run_dir = "/home/coder/${local.scaletest_run_id}"
0 commit comments