Added ZRAM
This commit is contained in:
parent
65b58f115c
commit
5bc55da5ee
2 changed files with 36 additions and 0 deletions
35
airootfs/etc/systemd/swap.conf
Normal file
35
airootfs/etc/systemd/swap.conf
Normal file
|
@ -0,0 +1,35 @@
|
||||||
|
# This file is part of systemd-swap.
|
||||||
|
#
|
||||||
|
# Entries in this file show the systemd-swap defaults as
|
||||||
|
# specified in /usr/share/systemd-swap/swap-default.conf
|
||||||
|
# You can change settings by editing this file.
|
||||||
|
# Defaults can be restored by simply deleting this file.
|
||||||
|
#
|
||||||
|
# See swap.conf(5) and /usr/share/systemd-swap/swap-default.conf for details.
|
||||||
|
|
||||||
|
zswap_enabled=0
|
||||||
|
#zswap_compressor=zstd
|
||||||
|
#zswap_max_pool_percent=25
|
||||||
|
#zswap_zpool=z3fold
|
||||||
|
zram_enabled=1
|
||||||
|
#zram_size=$(( RAM_SIZE / 4 ))
|
||||||
|
#zram_count=${NCPU}
|
||||||
|
#zram_streams=${NCPU}
|
||||||
|
#zram_alg=zstd
|
||||||
|
#zram_prio=32767
|
||||||
|
#swapfc_enabled=0
|
||||||
|
#swapfc_force_use_loop=0
|
||||||
|
#swapfc_frequency=1
|
||||||
|
#swapfc_chunk_size=256M
|
||||||
|
#swapfc_max_count=32
|
||||||
|
#swapfc_min_count=0
|
||||||
|
#swapfc_free_ram_perc=35
|
||||||
|
#swapfc_free_swap_perc=15
|
||||||
|
#swapfc_remove_free_swap_perc=55
|
||||||
|
#swapfc_priority=50
|
||||||
|
#swapfc_path=/var/lib/systemd-swap/swapfc/
|
||||||
|
#swapfc_nocow=1
|
||||||
|
#swapfc_directio=1
|
||||||
|
#swapfc_force_preallocated=0
|
||||||
|
#swapd_auto_swapon=1
|
||||||
|
#swapd_prio=1024
|
|
@ -222,3 +222,4 @@ bless
|
||||||
rclone
|
rclone
|
||||||
hexedit
|
hexedit
|
||||||
flashrom
|
flashrom
|
||||||
|
systemd-swap
|
||||||
|
|
Loading…
Reference in a new issue