| Tips Linux Explorers | All Things Linux Forum | Great Linux Links | LinuxClues.com | Hometown |
| CODE |
| # cat /proc/sys/vm/swappiness |
| QUOTE (Text @ Screen) |
| vm.swappiness=10 |
| QUOTE (Mail @ Cooker) |
| Another
source of slow downs is currently the kernel swappiness, which let the kernel swap to disk even if there is no need (at least IMHO) for doing that; there is a parameter called vm.swappiness, which defines the attitude of kernel to swap. Currently the default value is 60, but lowering to 10 or 5 would cause the machine to be better responsive, e.g. adding "vm.swappiness=10" to "/etc/sysctl.conf" |
Bruno
| Tips Linux Explorers | All Things Linux Forum | Great Linux Links | LinuxClues.com | Hometown |