| Index: sys-apps/baselayout/files/sysctl.conf
|
| diff --git a/sys-apps/baselayout/files/sysctl.conf b/sys-apps/baselayout/files/sysctl.conf
|
| index 8ae7ce9dfee17024a361b2a70ffe48c8aba202f6..7bd0aa0a9b0a39ad0487e917ef3c46971f42ad69 100644
|
| --- a/sys-apps/baselayout/files/sysctl.conf
|
| +++ b/sys-apps/baselayout/files/sysctl.conf
|
| @@ -52,3 +52,7 @@ net.ipv4.conf.all.rp_filter = 1
|
| #fs.nfs.nlm_tcpport = 0
|
| # UDP Port for lock manager
|
| #fs.nfs.nlm_udpport = 0
|
| +
|
| +# Protect working set in order to avoid thrashing.
|
| +# See http://crosbug.com/7561 for details.
|
| +vm.min_filelist_kbytes = 50000
|
|
|