# enable readahead at system startup
READAHEAD="yes"

# enable (at least monthly) readahead list collection
READAHEAD_COLLECT="yes"

# collect x seconds more after everything has been started
READAHEAD_EXTRA_COLLECT="10"

# enable to run readahead in the background instead of blocking
# useful for SSDs
#RUN_IN_BACKGROUND="yes"

# Force the I/O priority of readahead. Leave commented to pick the best
# priority based on the RUN_IN_BACKGROUND setting.
# Possibilities: "idle", "best-effort", "real-time"
#IO_PRIORITY="best-effort"

# Minimum memory the machine has to have (kB)
# to run readahead.
READAHEAD_MIN_MEM=393216

# Don't preload files bigger than x KiBs
# leave commented to use readahead's built-in default
#MAX_FILE_SIZE=10240

# use fadvise instead of readahead -- experimental, might perform
# better on SSDs. Default is to use readahead (i.e. "no")
#USE_FADVISE="yes"
