# Miminum memory that the system should have for preload to be launched.
# In megabytes.
MIN_MEMORY="256"

# Command-line arguments to pass to the daemon.  Read preload(8) man page
# for available options.
PRELOAD_OPTS="--verbose 1"

# Option to call ionice with.  Leave empty to skip ionice.
IONICE_OPTS="-c3"
