diff options
| author | Michal Hocko <[email protected]> | 2010-11-24 20:57:08 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2010-11-24 21:50:45 +0000 |
| commit | a42c390cfa0c2612459d7226ba11612847ca3a64 (patch) | |
| tree | 1dc06659b4f232461eb6852b8c4d17f8305aca91 /lib/dynamic_debug.c | |
| parent | memcg: avoid deadlock between move charge and try_charge() (diff) | |
| download | kernel-a42c390cfa0c2612459d7226ba11612847ca3a64.tar.gz kernel-a42c390cfa0c2612459d7226ba11612847ca3a64.zip | |
cgroups: make swap accounting default behavior configurable
Swap accounting can be configured by CONFIG_CGROUP_MEM_RES_CTLR_SWAP
configuration option and then it is turned on by default. There is a boot
option (noswapaccount) which can disable this feature.
This makes it hard for distributors to enable the configuration option as
this feature leads to a bigger memory consumption and this is a no-go for
general purpose distribution kernel. On the other hand swap accounting
may be very usuful for some workloads.
This patch adds a new configuration option which controls the default
behavior (CGROUP_MEM_RES_CTLR_SWAP_ENABLED). If the option is selected
then the feature is turned on by default.
It also adds a new boot parameter swapaccount[=1|0] which enhances the
original noswapaccount parameter semantic by means of enable/disable logic
(defaults to 1 if no value is provided to be still consistent with
noswapaccount).
The default behavior is unchanged (if CONFIG_CGROUP_MEM_RES_CTLR_SWAP is
enabled then CONFIG_CGROUP_MEM_RES_CTLR_SWAP_ENABLED is enabled as well)
Signed-off-by: Michal Hocko <[email protected]>
Acked-by: Daisuke Nishimura <[email protected]>
Cc: Balbir Singh <[email protected]>
Cc: KAMEZAWA Hiroyuki <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'lib/dynamic_debug.c')
0 files changed, 0 insertions, 0 deletions
