Documentation
¶
Index ¶
Constants ¶
View Source
const ( // EnvProcPrioMgmt is the environment variable that determines whether // we attempt to manage process CPU and OOM Killer priority. EnvProcPrioMgmt = "CODER_PROC_PRIO_MGMT" EnvProcOOMScore = "CODER_PROC_OOM_SCORE" EnvProcNiceScore = "CODER_PROC_NICE_SCORE" )
Variables ¶
This section is empty.
Functions ¶
func CLI ¶
func CLI() error
CLI runs the agent-exec command. It should only be called by the cli package.
func CommandContext ¶
CommandContext returns an exec.Cmd that calls "coder agent-exec" prior to exec'ing the provided command if CODER_PROC_PRIO_MGMT is set, otherwise a normal exec.Cmd is returned. All instances of exec.Cmd should flow through this function to ensure proper resource constraints are applied to the child process.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.