Skip to content

Commit 7e1d1d3

Browse files
committed
Fix small typo
1 parent b5a8526 commit 7e1d1d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dogfood/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Coder dogfoods on a beefy, single Teraswitch machine. We decided to use
1515
a bare metal provider for best-in-class cost-to-performance. We decided to
1616
use a single machine for crazy fast parallelized builds and tests.
1717

18-
# How is the provisioner configured?
18+
## How is the provisioner configured?
1919

2020
Our dogfood VM runs an SSH tunnel to our dogfood Docker host's docker socket.
2121
The socket is mounted on `/var/run/dogfood-docker.sock`.

dogfood/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ resource "docker_container" "workspace" {
6666
EOT
6767
]
6868
# CPU limits are unnecessary since Docker will load balance automatically
69-
memory = 8192
69+
memory = 32768
7070
runtime = "sysbox-runc"
7171
env = ["CODER_AGENT_TOKEN=${coder_agent.dev.token}"]
7272
host {

0 commit comments

Comments
 (0)