Skip to content

Commit

Permalink
Document new vm plugin options
Browse files Browse the repository at this point in the history
  • Loading branch information
zacikpa committed Dec 11, 2024
1 parent 155f232 commit 52768f7
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions tuned/plugins/plugin_vm.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,15 @@

class VMPlugin(base.Plugin):
"""
Enables or disables transparent huge pages depending on value of the
[option]`transparent_hugepages` option. The option can have one of three
possible values `always`, `madvise` and `never`.
Tunes selected sysctl options in `/proc/sys/vm`, currently
[option]`dirty_ratio`, [option]`dirty_background_ratio`,
[option]`dirty_bytes`, and [option]`dirty_background_bytes`.
See https://docs.kernel.org/admin-guide/sysctl/vm.html for detailed
documentation of these options.
Additionaly enables or disables transparent huge pages depending on
the value of the [option]`transparent_hugepages` option. The option
can have one of three possible values: `always`, `madvise` and `never`.
.Disable transparent hugepages
====
Expand Down

0 comments on commit 52768f7

Please sign in to comment.