Skip to content

Commit

Permalink
chore(dogfood): give Asher more ram (coder#8442)
Browse files Browse the repository at this point in the history
  • Loading branch information
coadler authored Jul 11, 2023
1 parent bc835db commit 2c0f653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dogfood/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ resource "docker_container" "workspace" {
# Use the docker gateway if the access URL is 127.0.0.1
entrypoint = ["sh", "-c", coder_agent.dev.init_script]
# CPU limits are unnecessary since Docker will load balance automatically
memory = 32768
memory = data.coder_workspace.me.owner == "code-asher" ? 65536 : 32768
runtime = "sysbox-runc"
env = [
"CODER_AGENT_TOKEN=${coder_agent.dev.token}",
Expand Down

0 comments on commit 2c0f653

Please sign in to comment.