We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0320080 commit 9d6134fCopy full SHA for 9d6134f
1 file changed
include/swap-default.conf
@@ -26,8 +26,8 @@ swap_mode=auto
26
zswap_compressor=zstd # lzo lz4 zstd lzo-rle lz4hc
27
zswap_max_pool_percent=45 # Max % of RAM for compressed pool
28
zswap_zpool=zsmalloc # Memory allocator (zsmalloc better than zbud)
29
-zswap_shrinker_enabled=1 # Proactively move cold pages to swap
30
-zswap_accept_threshold=80 # Accept pages again after pool was full (%)
+zswap_shrinker_enabled=0 # Proactively move cold pages to swap
+zswap_accept_threshold=90 # Accept pages again after pool was full (%)
31
32
################################################################################
33
# Zram - Compressed RAM disk
0 commit comments