Blame SOURCES/zram-generator.conf.5

c78970
.\" generated with Ronn-NG/v0.9.1
c78970
.\" http://github.com/apjanke/ronn-ng/tree/0.9.1
c78970
.TH "ZRAM\-GENERATOR\.CONF" "5" "February 2021" "zram-generator developers"
c78970
.SH "NAME"
c78970
\fBzram\-generator\.conf\fR \- Systemd unit generator for zram swap devices (configuration)
c78970
.SH "SYNOPSIS"
c78970
\fB/usr/lib/systemd/zram\-generator\.conf\fR
c78970
.br
c78970
\fB/usr/local/lib/systemd/zram\-generator\.conf\fR
c78970
.br
c78970
\fB/etc/systemd/zram\-generator\.conf\fR
c78970
.br
c78970
\fB/run/systemd/zram\-generator\.conf\fR
c78970
.P
c78970
\fB/usr/lib/systemd/zram\-generator\.conf\.d/*\.conf\fR
c78970
.br
c78970
\fB/usr/local/lib/systemd/zram\-generator\.conf\.d/*\.conf\fR
c78970
.br
c78970
\fB/etc/systemd/zram\-generator\.conf\.d/*\.conf\fR
c78970
.br
c78970
\fB/run/systemd/zram\-generator\.conf\.d/*\.conf\fR
c78970
.SH "DESCRIPTION"
c78970
These files configure devices created by zram\-generator(8)\. See systemd\.syntax(5) for a general description of the syntax\.
c78970
.SH "CONFIGURATION DIRECTORIES AND PRECEDENCE"
c78970
The default configuration doesn\'t specify any devices\. Consult \fI/usr/share/zram\-generator/zram\-generator\.conf\.example\fR for an example configuration file\.
c78970
.P
c78970
When packages need to customize the configuration, they can install configuration snippets in \fI/usr/lib/systemd/zram\-generator\.conf\.d/\fR\. Files in \fI/etc/\fR are reserved for the local administrator, who may use this logic to override the configuration files installed by vendor packages\. The main configuration file is read before any of the configuration directories, and has the lowest precedence; entries in a file in any configuration directory override entries in the single configuration file\. Files in the \fI*\.conf\.d/\fR configuration subdirectories are sorted by their filename in lexicographic order, regardless of which of the subdirectories they reside in\. When multiple files specify the same option, for options which accept just a single value, the entry in the file with the lexicographically latest name takes precedence\. It is recommended to prefix all filenames in those subdirectories with a two\-digit number and a dash, to simplify the ordering of the files\.
c78970
.P
c78970
To disable a configuration file supplied by the vendor, the recommended way is to place a symlink to \fI/dev/null\fR in the configuration directory in \fI/etc/\fR, with the same filename as the vendor configuration file\.
c78970
.P
c78970
The generator understands the following option on the kernel command\-line: \fBsystemd\.zram[=0|1]\fR\. When specified with a true argument (or no argument), the \fBzram0\fR device will be created\. Default options apply, but may be overridden by configuration on disk if present\. When specified with a false argument, no zram devices will be created by the generator\. This option thus has higher priority than the configuration files\.
c78970
.SH "OPTIONS"
c78970
Each device is configured independently in its \fB[zramN]\fR section, where N is a nonnegative integer\. Other sections are ignored\.
c78970
.P
c78970
Devices with the final size of \fI0\fR will be discarded\.
c78970
.IP "\[ci]" 4
c78970
\fBhost\-memory\-limit\fR=
c78970
.IP
c78970
Sets the upper limit on the total usable RAM (as defined by \fIMemTotal\fR in \fB/proc/meminfo\fR, confer proc(5)) above which the device will \fInot\fR be created\.
c78970
.IP
c78970
This takes a nonnegative number, representing that limit in megabytes, or the literal string \fInone\fR, which can be used to override a limit set earlier\.
c78970
.IP
c78970
Defaults to \fInone\fR\.
c78970
.IP
c78970
For compatibility with earlier versions, \fBmemory\-limit\fR is allowed as an alias for this option\. Its use is discouraged, and administrators should migrate to \fBhost\-memory\-limit\fR\.
c78970
.IP "\[ci]" 4
c78970
\fBzram\-fraction\fR=
c78970
.IP
c78970
Defines the scaling factor of the zram device\'s size with relation to the total usable RAM\.
c78970
.IP
c78970
This takes a nonnegative floating\-point number representing that factor\.
c78970
.IP
c78970
Defaults to \fI0\.5\fR\.
c78970
.IP "\[ci]" 4
c78970
\fBmax\-zram\-size\fR=
c78970
.IP
c78970
Sets the limit on the zram device\'s size obtained by \fBzram\-fraction\fR\.
c78970
.IP
c78970
This takes a nonnegative number, representing that limit in megabytes, or the literal string \fInone\fR, which can be used to override a limit set earlier\.
c78970
.IP
c78970
Defaults to \fI4096\fR\.
c78970
.IP "\[ci]" 4
c78970
\fBcompression\-algorithm\fR=
c78970
.IP
c78970
Specifies the algorithm used to compress the zram device\.
c78970
.IP
c78970
This takes a literal string, representing the algorithm to use\.
c78970
.br
c78970
Consult \fI/sys/block/zram0/comp_algorithm\fR for a list of currently loaded compression algorithms, but note that additional ones may be loaded on demand\.
c78970
.IP
c78970
If unset, none will be configured and the kernel\'s default will be used\.
c78970
.IP "\[ci]" 4
c78970
\fBswap\-priority\fR=
c78970
.IP
c78970
Controls the relative swap priority, a value between \-1 and 32767\. Higher numbers indicate higher priority\.
c78970
.IP
c78970
If unset, 100 is used\.
c78970
.IP "\[ci]" 4
c78970
\fBmount\-point\fR=
c78970
.IP
c78970
Format the device with a file system (not as swap) and mount this file system over the specified directory\. When neither this option nor \fBfs\-type\fR= is specified, the device will be formatted as swap\.
c78970
.IP
c78970
Note that the device is temporary: contents will be destroyed automatically after the file system is unmounted (to release the backing memory)\.
c78970
.IP "\[ci]" 4
c78970
\fBfs\-type\fR=
c78970
.IP
c78970
Specifies how the device shall be formatted\. The default is \fIext2\fR if \fBmount\-point\fR is specified, and \fIswap\fR otherwise\. (Effectively, the device will be formatted as swap, if neither \fBfs\-type\fR= nor \fBmount\-point\fR= are specified\.)
c78970
.IP
c78970
Note that the device is temporary: contents will be destroyed automatically after the file system is unmounted (to release the backing memory)\.
c78970
.IP
c78970
Also see systemd\-makefs(8)\.
c78970
.IP "" 0
c78970
.SH "ENVIRONMENT VARIABLES"
c78970
Setting \fBZRAM_GENERATOR_ROOT\fR during parsing will cause \fI/proc/meminfo\fR to be read from \fI$ZRAM_GENERATOR_ROOT/proc/meminfo\fR instead, and \fI{/usr/lib,/usr/local/lib,/etc,/run}/systemd/zram\-generator\.conf\fR to be read from \fI$ZRAM_GENERATOR_ROOT/{/usr/lib,/usr/local/lib,/etc,/run}/systemd/zram\-generator\.conf\fR\.
c78970
.SH "EXAMPLES"
c78970
The default configuration will yield the following:
c78970
.IP "" 4
c78970
.nf
c78970
 zram device size [MB]
c78970
     ^
c78970
c78970
  4G>│               ooooooooooooo
c78970
     │             o
c78970
     │           o
c78970
     │         o
c78970
  2G>│       o
c78970
     │     o
c78970
     │   o
c78970
512M>│ o
c78970
     0───────────────────────> total usable RAM [MB]
c78970
       ^     ^       ^
c78970
       1G    4G      8G
c78970
.fi
c78970
.IP "" 0
c78970
.SH "REPORTING BUGS"
c78970
<\fIhttps://github\.com/systemd/zram\-generator/issues\fR>
c78970
.SH "SEE ALSO"
c78970
zram\-generator(8), systemd\.syntax(5), proc(5)
c78970
.P
c78970
<\fIhttps://github\.com/systemd/zram\-generator\fR>
c78970
.P
c78970
Linux documentation of zram: <\fIhttps://kernel\.org/doc/html/latest/admin\-guide/blockdev/zram\.html\fR>
c78970
.br
c78970
and the zram sysfs ABI: <\fIhttps://kernel\.org/doc/Documentation/ABI/testing/sysfs\-block\-zram\fR>