Configuring Swappiness Level
It is possible to configure the behavior of Linux with regards to the use of swap memory. The default setting is a swappiness of 60, which means the kernel begins using swap memory once processes use 40% of the system memory. To view the current swappiness setting, use the command cat /etc/sysctl.conf | grep swappiness [...]

