From 979ae9dc51f7f54e5e7b1b5d1450e6cb9d180167 Mon Sep 17 00:00:00 2001 From: Vitaly Date: Sat, 5 Oct 2024 13:39:06 +0200 Subject: [PATCH] Added a new "Features" page to the documentation. --- docs/README.md | 1 + docs/features.md | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 docs/features.md diff --git a/docs/README.md b/docs/README.md index b96f280..5f61b06 100644 --- a/docs/README.md +++ b/docs/README.md @@ -2,6 +2,7 @@ ## Table of contents + * [Features](features.md). * [Installation](installation.md). * [Using application](using-application.md). * [Configuration files](configuration-files.md). diff --git a/docs/features.md b/docs/features.md new file mode 100644 index 0000000..90503f8 --- /dev/null +++ b/docs/features.md @@ -0,0 +1,17 @@ +# Features + +Supported options: + +| Name | Value | Status | Kernel version | +| ------- | ------- | ------- | ------- | +| enabled | **Y** (enable) or **N** (disable) | Active | Any | +| same_filled_pages_enabled | **Y** (enable) or **N** (disable) | Deprecated | 4.16.0 to 6.10.0 | +| max_pool_percent | integer from **1** to **100** | Active | Any | +| compressor | from supported by kernel | Active | Any | +| zpool | from supported by kernel | Active | Any | +| accept_threshold_percent | integer from **1** to **100** | Active | 5.6.0 or higher | +| non_same_filled_pages_enabled | **Y** (enable) or **N** (disable) | Deprecated | 5.18.0 to 6.10.0 | +| exclusive_loads | **Y** (enable) or **N** (disable) | Deprecated | 6.5.0 to 6.9.0 | +| shrinker_enabled | **Y** (enable) or **N** (disable) | Active | 6.8.0 or higher | + +Deprecated functionality will be removed in future project versions.