Changes between Version 22 and Version 23 of Performance


Ignore:
Timestamp:
Jan 27, 2015, 7:36:21 PM (9 years ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Performance

    v22 v23  
    3131kernel.shmmax=VALUE
    3232kernel.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{{{
     36echo "vm.min_free_kbytes=65536" >> /etc/sysctl.conf
     37sysctl -p
    3338}}}
    3439