From 3d4e254929600bb74c2ca419c13d12db13e101d7 Mon Sep 17 00:00:00 2001 From: Vitaly Date: Sun, 20 Oct 2024 11:35:49 +0200 Subject: [PATCH] Unified the default values between the documentation and the configuration file. --- docs/environment-options.md | 4 ++-- docs/using-application.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/environment-options.md b/docs/environment-options.md index 1165a91..1bb4b24 100644 --- a/docs/environment-options.md +++ b/docs/environment-options.md @@ -24,7 +24,7 @@ export ZSWAP_SAME_FILLED_PAGES_ENABLED_VALUE=Y export ZSWAP_MAX_POOL_PERCENT_VALUE=60 export ZSWAP_COMPRESSOR_VALUE=lzo export ZSWAP_ZPOOL_VALUE=z3fold -export ZSWAP_ACCEPT_THRESHOLD_PERCENT_VALUE=40 +export ZSWAP_ACCEPT_THRESHOLD_PERCENT_VALUE=90 export ZSWAP_NON_SAME_FILLED_PAGES_ENABLED_VALUE=Y export ZSWAP_EXCLUSIVE_LOADS_VALUE=Y export ZSWAP_SHRINKER_ENABLED_VALUE=Y @@ -44,7 +44,7 @@ sudo ZSWAP_ENABLED_VALUE=Y \ ZSWAP_MAX_POOL_PERCENT_VALUE=60 \ ZSWAP_COMPRESSOR_VALUE=lzo \ ZSWAP_ZPOOL_VALUE=z3fold \ - ZSWAP_ACCEPT_THRESHOLD_PERCENT_VALUE=40 \ + ZSWAP_ACCEPT_THRESHOLD_PERCENT_VALUE=90 \ ZSWAP_NON_SAME_FILLED_PAGES_ENABLED_VALUE=Y \ ZSWAP_EXCLUSIVE_LOADS_VALUE=Y \ ZSWAP_SHRINKER_ENABLED_VALUE=Y \ diff --git a/docs/using-application.md b/docs/using-application.md index 20d6c4a..ce2af5f 100644 --- a/docs/using-application.md +++ b/docs/using-application.md @@ -47,7 +47,7 @@ sudo zswap-cli \ --max_pool_percent 60 \ --compressor lzo \ --zpool z3fold \ - --accept_threshold_percent 40 \ + --accept_threshold_percent 90 \ --non_same_filled_pages_enabled Y \ --exclusive_loads Y \ --shrinker_enabled Y