Server IP : 80.87.202.40 / Your IP : 216.73.216.169 Web Server : Apache System : Linux rospirotorg.ru 5.14.0-539.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 5 22:26:13 UTC 2024 x86_64 User : bitrix ( 600) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/share/doc/zram-generator/ |
Upload File : |
# This file is part of the zram-generator project # https://github.com/systemd/zram-generator [zram0] # This section describes the settings for /dev/zram0. # # The maximum amount of memory (in MiB). If the machine has more RAM # than this, zram device will not be created. # # "host-memory-limit = none" may be used to disable this limit. This # is also the default. host-memory-limit = 9048 # 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 # 256 MiB. Values in the range 0.10–0.50 are recommended. # # The default is 0.5. zram-fraction = 0.10 # 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 = 512 # The compression algorithm to use for the zram device, # or leave unspecified to keep the kernel default. compression-algorithm = lzo-rle [zram1] # This section describes the settings for /dev/zram1. # # host-memory-limit is not specifed, so this device will always be created. # Size the device to a tenth of RAM. zram-fraction = 0.1 # The file system to put on the device. If not specified, ext2 will be used. fs-type = ext2 # Where to mount the file system. If a mount point is not specified, # the device will be initialized, but will not be used for anything. mount-point = /run/compressed-mount-point