mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix(dogfood): revert enabling process priority management for dogfood (#15713)
This reverts commit b08238c8db.
This commit is contained in:
@@ -349,9 +349,6 @@ 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"
|
||||
|
||||
Reference in New Issue
Block a user