Issue 15406

Add back kernel params in c4 machines

15406
Reporter: omeyn
Type: Bug
Summary: Add back kernel params in c4 machines
Priority: Critical
Status: Open
Created: 2014-03-20 10:36:21.367
Updated: 2016-02-15 13:57:55.884
        
Description: We need the following set manually:

echo 360448 > /proc/sys/vm/min_free_kbytes
echo 1 > /proc/sys/vm/zone_reclaim_mode
echo never > /sys/kernel/mm/redhat_transparent_hugepage/defrag

and added to /etc/sysctl.conf.

echo "vm.min_free_kbytes = 360448" >> /etc/sysctl.conf
echo "vm.zone_reclaim_mode = 1" >> /etc/sysctl.conf

and figure out why rc.local is not setting hugepage defrag even though that line is already there.]]>
    


Author: omeyn@gbif.org
Comment: i've added the params by hand and added the stmts to the end of sysctl.conf. No ideas on why rc.local isn't doing its job.
Created: 2014-03-20 10:59:58.973
Updated: 2014-03-20 10:59:58.973