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, 15 insertions, 0 deletions
diff --git a/sys-block/compcache/files/conf.d-compcache b/sys-block/compcache/files/conf.d-compcache
new file mode 100644
index 0000000..b61023b
--- /dev/null
+++ b/sys-block/compcache/files/conf.d-compcache
@@ -0,0 +1,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"