Skip to content

Commit

Permalink
sysctl: Remove vm.dirty_expire_centisecs
Browse files Browse the repository at this point in the history
This has always been commented. Even if not, the value set is the same as the kernel default. Unless we want
to tweak the value, keeping this here is redundant.

Signed-off-by: Eric Naim <[email protected]>
  • Loading branch information
1Naim authored and ptr1337 committed Nov 26, 2024
1 parent d68ac65 commit cf85034
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions usr/lib/sysctl.d/99-cachyos-settings.conf
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ vm.page-cluster = 0
# dirty data.
vm.dirty_background_bytes = 134217728

# This tunable is used to define when dirty data is old enough to be eligible for writeout by the
# kernel flusher threads. It is expressed in 100'ths of a second. Data which has been dirty
# in-memory for longer than this interval will be written out next time a flusher thread wakes up
# (Default is 3000).
#vm.dirty_expire_centisecs = 3000

# The kernel flusher threads will periodically wake up and write old data out to disk. This
# tunable expresses the interval between those wakeups, in 100'ths of a second (Default is 500).
vm.dirty_writeback_centisecs = 1500
Expand Down

0 comments on commit cf85034

Please sign in to comment.