summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-block/compcache/files/conf.d-compcache')
-rw-r--r--sys-block/compcache/files/conf.d-compcache15
1 files changed, 0 insertions, 15 deletions
diff --git a/sys-block/compcache/files/conf.d-compcache b/sys-block/compcache/files/conf.d-compcache
deleted file mode 100644
index b61023b..0000000
--- a/sys-block/compcache/files/conf.d-compcache
+++ /dev/null
@@ -1,15 +0,0 @@
-# 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"