File: preload.sysconfig

package info (click to toggle)
preload 0.6.4-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 772 kB
  • sloc: ansic: 2,100; sh: 1,265; makefile: 196
file content (10 lines) | stat: -rw-r--r-- 311 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
# 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"