Increase shared memory Linux
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.
Categories: Uncategorized