blob: b61023bf09de319fed3893380bb952f63bc9700d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# CompCache settings...
# load ramzswap kernel module on start?
LOAD_ON_START="yes"
# unload ramzswap kernel module on stop?
UNLOAD_ON_STOP="yes"
# number of device
NUM_DEVICES="1"
# for each /dev/ramzswapN, specify these arguments for rszcontrol
# `man rzscontrol` for more informations.
#RAMZSWAP_OPTS_0="--backing_swap=/path/to/swap.file --memlimit_kb=10240 --disksize_kb=10240"
#RAMZSWAP_OPTS_1="--disksize_kb=20480"
|