summarylogtreecommitdiffstats
path: root/half-memory.conf.example
diff options
context:
space:
mode:
Diffstat (limited to 'half-memory.conf.example')
-rw-r--r--half-memory.conf.example18
1 files changed, 16 insertions, 2 deletions
diff --git a/half-memory.conf.example b/half-memory.conf.example
index 2ee122eb7547..f5d589616acb 100644
--- a/half-memory.conf.example
+++ b/half-memory.conf.example
@@ -7,8 +7,8 @@
# The default is 2048 MiB, i.e. the device is only created on machines
# with limited memory.
#
-# "memory-limit = none" may be used to disable this limit.
-memory-limit = none
+# "host-memory-limit = none" may be used to disable this limit.
+host-memory-limit = none
# The fraction of memory to use as ZRAM. For example, if the machine
# has 1 GiB, and zram-fraction=0.25, then the zram device will have
@@ -17,3 +17,17 @@ memory-limit = none
# The default is 0.25.
zram-fraction = 0.5
+# The maximum size of the zram device (in MiB).
+#
+# If host-memory times zram-fraction is greater than this,
+# the size will be capped to this amount;
+# for example, on a machine with 2 GiB of RAM and with zram-fraction=0.5,
+# the device would still be 512 MiB in size due to the limit below.
+#
+# The default is 4096.
+max-zram-size = none
+
+# The compression algorithm to use for the zram device,
+# or leave unspecified for your distribution's default.
+compression-algorithm = lzo-rle
+