Changes between Version 22 and Version 23 of Performance
- Timestamp:
- Jan 27, 2015, 7:36:21 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Performance
v22 v23 31 31 kernel.shmmax=VALUE 32 32 kernel.shmall=VALUE 33 }}} 34 * extra security: force the OS to always keep a certain amount of RAM free for critical stuff (e.g. 64MB). This will prevent it from locking and crashing when an application has used up all the RAM and SWAP. 35 {{{ 36 echo "vm.min_free_kbytes=65536" >> /etc/sysctl.conf 37 sysctl -p 33 38 }}} 34 39