Skip to content

Commit 9d6134f

Browse files
committed
zswap_shrinker_enabled=0 zswap_accept_threshold=90
1 parent 0320080 commit 9d6134f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

include/swap-default.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ swap_mode=auto
2626
zswap_compressor=zstd # lzo lz4 zstd lzo-rle lz4hc
2727
zswap_max_pool_percent=45 # Max % of RAM for compressed pool
2828
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 (%)
29+
zswap_shrinker_enabled=0 # Proactively move cold pages to swap
30+
zswap_accept_threshold=90 # Accept pages again after pool was full (%)
3131

3232
################################################################################
3333
# Zram - Compressed RAM disk

0 commit comments

Comments
 (0)