La Boina Roja

Linux, the struggles are real!

How to run Xubuntu faster

Leave a comment

Are you like me and do you own a netbook with rather low specs, like 1GB RAM for example?

Then you might have noticed that Xubuntu can become painstakingly slow after using it for a while. Not to mention all the moaning and groaning your hard disk does  photo shutup.gifThis is not you having way to many applications open or whatever, this is Xubuntu. Since it is not you, the problem can be fixed  photo loveit.gif

Fire up terminal and log in as root.

root
Type

cat /proc/sys/vm/swappiness

checknumber

After you hit enter a number will return, it will be most likely 60.

60

This is way to high and this is the cause of Xubuntu’s slowness. We need to decrease this number to 10.

Type

mousepad /etc/sysctl.conf

openmousepad

(the “l” in sysctl is that letter of the alphabet, not the the number “one” photo emo.gif)

After you hit enter this screen will open.

mousepad

Scroll all the way down and add this line add the end of the document:

vm.swappiness=10

changeswappi

Make sure to save the changes before you close mousepad!

Reboot (yes this time you really need to reboot) and check in terminal if swapiness is 10. As you can see in my case it was photo thumbsup.gif10
(Remember, you can always do the cliccie for a larger piccie!)

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s