fix(dogfood): re-enable process priority management for dogfood (#15765)

- The dogfood-related bugs with this feature are (hopefully) resolved.

This reverts commit 19ec6af2ad.
This commit is contained in:
Jon Ayers
2024-12-16 21:05:28 +02:00
committed by GitHub
parent 05914cb929
commit 89479cc843
+3
View File
@@ -349,6 +349,9 @@ resource "docker_container" "workspace" {
env = [
"CODER_AGENT_TOKEN=${coder_agent.dev.token}",
"USE_CAP_NET_ADMIN=true",
"CODER_PROC_PRIO_MGMT=1",
"CODER_PROC_OOM_SCORE=10",
"CODER_PROC_NICE_SCORE=1",
]
host {
host = "host.docker.internal"