Files
coder/agent/agentproc/doc.go
Jon Ayers 7311ffbd9d feat: implement agent process management (#9461)
- An opt-in feature has been added to the agent to allow
   deprioritizing non coder-related processes for CPU by setting their
   niceness level to 10.
- Opting in to the feature requires setting CODER_PROC_PRIO_MGMT to a non-empty value.
2023-09-14 19:45:05 -05:00

4 lines
136 B
Go

// Package agentproc contains logic for interfacing with local
// processes running in the same context as the agent.
package agentproc