8000
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 bc835db commit 2c0f653Copy full SHA for 2c0f653
dogfood/main.tf
@@ -267,7 +267,7 @@ resource "docker_container" "workspace" {
267
# Use the docker gateway if the access URL is 127.0.0.1
268
entrypoint = ["sh", "-c", coder_agent.dev.init_script]
269
# CPU limits are unnecessary since Docker will load balance automatically
270
- memory = 32768
+ memory = data.coder_workspace.me.owner == "code-asher" ? 65536 : 32768
271
runtime = "sysbox-runc"
272
env = [
273
"CODER_AGENT_TOKEN=${coder_agent.dev.token}",
0 commit comments