This commit is contained in:
Alex Dadgar
2018-05-31 11:09:00 -07:00
parent ec95677a4d
commit a4e11c8134
3 changed files with 11 additions and 1 deletions

View File

@@ -120,7 +120,7 @@ type ExecCommand struct {
ResourceLimits bool
// Cgroup marks whether we put the process in a cgroup. Setting this field
// doesn't enforce resource limits. To enforce limits, set ResoruceLimits.
// doesn't enforce resource limits. To enforce limits, set ResourceLimits.
// Using the cgroup does allow more precise cleanup of processes.
BasicProcessCgroup bool
}