Ubuntu Preload
Filed Under
Linux at 17th September 2012 0:01 by
Danny
Preload is a daemon which monitors “adaptive readahead daemon” which analysises and monitors most used programs in the background. Once it knows this information, it will load them into memory so that when they are run, it’s already in memory and ready to go.
It will only use unused RAM so there should be no performance degredation with the exception of a small overhead for analysising the frequently used programs. This is good way to speed application starting up if the system has a lot of (unused)memory but a slow HDD.
sudo apt-get install preload
It may require a restart before it takes effect.
6 Ways to Speed Up Your Ubuntu PC
Like this:
Like Loading...
About Danny
I.T software professional always studying and applying the knowledge gained and one way of doing this is to blog.
Danny also has participates in a part time project called Energy@Home [http://code.google.com/p/energyathome/] for monitoring energy usage on a premise.
Dedicated to I.T since studying pure Information Technology since the age of 16, Danny Tsang working in the field that he has aimed for since leaving school.
View all posts by Danny →
This entry was posted in
Linux and tagged
daemon,
Performance,
preload,
Ubuntu. Bookmark the
permalink.