Ubuntu swappiness. Improve ubuntu performance. vm.swappiness=10. sysctl.conf |
By adding swappiness=10 to the sysctl.conf file, you will see quite an improvement in Ubuntus performance. To add this please follow the instructions.
Open your terminal and enter the following command:
sudo gedit /etc/sysctl.conf
If you are using Kubuntu swap gedit for kate.
sudo kate /etc/sysctl.conf
You will be prompted to enter your root password. After entering your password the sysctl.conf file will appear. Scroll to the bottom of the file and add the following code.
vm.swappiness=10
Save the file. Next time you reboot you should see an improvement in Ubuntu's performance. Here is a screenshot of the sysctl.conf filehttp://www.techheadz.co.uk/219.html
No comments:
Post a Comment