Saturday, September 11, 2010

Linux with Preload

Preload is nice little application that could make your linux system a lot more snappier. Preload is an adaptive readahead daemon. It monitors applications that users run, and by analyzing this data, predicts what applications users might run, and fetches those binaries and their dependencies into memory for faster startup times.

Preload packages are available for almost all linux distributions. And it is available by default in the Synaptic Package Manager in Ubuntu. Alternatively, you can install it via Terminal.

sudo apt-get install preload

No comments: