cvmts: Bump up cpu.max period to 100000
(well, it DOES still work, but i imagine it's 100000 by default for a reason)
This commit is contained in:
@@ -23,7 +23,7 @@ function MakeValuesFromLimits(limits: CgroupLimits): CGroupValue[] {
|
|||||||
option_array.push({
|
option_array.push({
|
||||||
controller: 'cpu',
|
controller: 'cpu',
|
||||||
key: 'max',
|
key: 'max',
|
||||||
value: `${(limits.cpuUsageMax / 100) * 10000} 10000`
|
value: `${(limits.cpuUsageMax / 100) * 100000} 100000`
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user