From 9a0549093332880df47c4218209ce126b8586835 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 22 May 2014 11:53:12 +0900 Subject: cgroups: simplify CPUQuota= logic Only accept cpu quota values in percentages, get rid of period definition. It's not clear whether the CFS period controllable per-cgroup even has a future in the kernel, hence let's simplify all this, hardcode the period to 100ms and only accept percentage based quota values. --- src/core/system.conf | 1 - 1 file changed, 1 deletion(-) (limited to 'src/core/system.conf') diff --git a/src/core/system.conf b/src/core/system.conf index 4d775fafb6..65a35a0689 100644 --- a/src/core/system.conf +++ b/src/core/system.conf @@ -24,7 +24,6 @@ #SystemCallArchitectures= #TimerSlackNSec= #DefaultTimerAccuracySec=1min -#DefaultCPUQuotaPeriodSec=100ms #DefaultStandardOutput=journal #DefaultStandardError=inherit #DefaultTimeoutStartSec=90s -- cgit v1.2.3-54-g00ecf