Difference between revisions of "Preload"
m (→Installation: update template) |
Broken pipe (talk | contribs) (→Configuration) |
||
Line 25: | Line 25: | ||
== Configuration == | == Configuration == | ||
− | The configuration file is {{ic|/etc/preload.conf}}, it contains default settings that should be suitable for regular users. The {{ic|cycle}} option lets you configure how often to ping the | + | The configuration file is {{ic|/etc/conf.d/preload.conf}}, it contains default settings that should be suitable for regular users. The {{ic|cycle}} option lets you configure how often to ping the |
preload system to update its model of which applications and libraries to cache. | preload system to update its model of which applications and libraries to cache. | ||
Revision as of 11:15, 3 September 2013
preload is a program written by Behdad Esfahbod which runs as a daemon and records statistics about usage of programs using Markov chains; files of more frequently-used programs are, during a computer's spare time, loaded into memory. This results in faster startup times as less data needs to be fetched from disk. preload is often paired with prelink.
Installation
Running the service
Start directly with:
# systemctl start preload.service
To start preload at system boot:
# systemctl enable preload.service
Configuration
The configuration file is /etc/conf.d/preload.conf
, it contains default settings that should be suitable for regular users. The cycle
option lets you configure how often to ping the
preload system to update its model of which applications and libraries to cache.