From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9B4D7138A93 for ; Sat, 16 Feb 2013 22:12:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B3BDE0459; Sat, 16 Feb 2013 22:12:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F28C5E0459 for ; Sat, 16 Feb 2013 22:12:28 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0C49C33D3D1 for ; Sat, 16 Feb 2013 22:12:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 92141E4073 for ; Sat, 16 Feb 2013 22:12:26 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1361052693.405dfea7ad054f0767c0dda87b18398a7ec626b9.WilliamH@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: etc/ X-VCS-Repository: proj/openrc X-VCS-Files: etc/rc.conf.Linux X-VCS-Directories: etc/ X-VCS-Committer: WilliamH X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 405dfea7ad054f0767c0dda87b18398a7ec626b9 X-VCS-Branch: master Date: Sat, 16 Feb 2013 22:12:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8da79f89-4033-49b2-8afc-6f2d409c3b3a X-Archives-Hash: b68091b6f2e5728f3af15c9eec7c29c4 commit: 405dfea7ad054f0767c0dda87b18398a7ec626b9 Author: William Hubbs gmail com> AuthorDate: Sat Feb 16 22:05:54 2013 +0000 Commit: William Hubbs gentoo org> CommitDate: Sat Feb 16 22:11:33 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=405dfea7 cgroups: document kernel requirement for cpu controller settings --- etc/rc.conf.Linux | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/etc/rc.conf.Linux b/etc/rc.conf.Linux index cb24b89..9b030a5 100644 --- a/etc/rc.conf.Linux +++ b/etc/rc.conf.Linux @@ -36,5 +36,6 @@ rc_tty_number=12 # This is the number of CPU shares a service is allowed to use. The # default value, set by the kernel, is 1024. +# This requires CONFIG_FAIR_GROUP_SCHED to be set in the kernel. # Also, this setting is not preserved if you suspend your computer. #rc_cgroup_cpu_shares=1024