Skip to content

Commit e642336

Browse files
ventureooptr1337
authored andcommitted
sysctl: Reduce vm.dirty_background_bytes value
Signed-off-by: Vasiliy Stelmachenok <[email protected]>
1 parent 90a34b0 commit e642336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

usr/lib/sysctl.d/99-cachyos-settings.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ vm.page-cluster = 0
2121
# Contains, as a bytes of total available memory that contains free pages and reclaimable
2222
# pages, the number of pages at which the background kernel flusher threads will start writing out
2323
# dirty data.
24-
vm.dirty_background_bytes = 134217728
24+
vm.dirty_background_bytes = 67108864
2525

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

0 commit comments

Comments
 (0)