Archive

Archive for April, 2010

Increase shared memory Linux

April 16th, 2010 No comments

echo $((1024 * 1024 * xxx)) > /proc/sys/kernel/shmmax

Change xxx to MB required

To read value ( in MB )

echo $((`cat /proc/sys/kernel/shmmax` / 1048576))

Add command to rc.local to enter at boot.

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]
Categories: Uncategorized Tags: