Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1312)

Unified Diff: sys-apps/baselayout/files/sysctl.conf

Issue 4124009: sys-apps/baselayout: set min_filelist_kbytes to 50M (Closed) Base URL: http://git.chromium.org/git/chromiumos-overlay.git
Patch Set: Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sys-apps/baselayout/baselayout-2.0.1-r209.ebuild ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « sys-apps/baselayout/baselayout-2.0.1-r209.ebuild ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698