8000 chore(dogfood): give Asher more ram (#8442) · coder/coder@2c0f653 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2c0f653

Browse files
authored
chore(dogfood): give Asher more ram (#8442)
1 parent bc835db commit 2c0f653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dogfood/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ resource "docker_container" "workspace" {
267267
# Use the docker gateway if the access URL is 127.0.0.1
268268
entrypoint = ["sh", "-c", coder_agent.dev.init_script]
269269
# CPU limits are unnecessary since Docker will load balance automatically
270-
memory = 32768
270+
memory = data.coder_workspace.me.owner == "code-asher" ? 65536 : 32768
271271
runtime = "sysbox-runc"
272272
env = [
273273
"CODER_AGENT_TOKEN=${coder_agent.dev.token}",

0 commit comments

Comments
 (0)
0