rhtyd commented on a change in pull request #2892: sysctl: don't use swap until 
last resort
URL: https://github.com/apache/cloudstack/pull/2892#discussion_r224376437
 
 

 ##########
 File path: systemvm/debian/etc/sysctl.conf
 ##########
 @@ -60,3 +60,6 @@ net.ipv6.conf.all.forwarding = 0
 net.ipv6.conf.all.accept_ra = 0
 net.ipv6.conf.all.accept_redirects = 0
 net.ipv6.conf.all.autoconf = 0
+
+# Minimum swappiness without disabling it
+vm.swappiness=1
 
 Review comment:
   Fixed title, see previous conversation with Wido on this, setting the value 
to 1 would force the system to use swap as the last resort.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to