Agressive paging instead of swapping
The 2.6 kernel allows you to tune this.
# echo 10 > /proc/sys/vm/swappiness
This will favor text/data pages rather than buffercache for RAM.
The 2.6 kernel allows you to tune this.
# echo 10 > /proc/sys/vm/swappiness
This will favor text/data pages rather than buffercache for RAM.