We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90a34b0 commit e642336Copy full SHA for e642336
usr/lib/sysctl.d/99-cachyos-settings.conf
@@ -21,7 +21,7 @@ vm.page-cluster = 0
21
# Contains, as a bytes of total available memory that contains free pages and reclaimable
22
# pages, the number of pages at which the background kernel flusher threads will start writing out
23
# dirty data.
24
-vm.dirty_background_bytes = 134217728
+vm.dirty_background_bytes = 67108864
25
26
# The kernel flusher threads will periodically wake up and write old data out to disk. This
27
# tunable expresses the interval between those wakeups, in 100'ths of a second (Default is 500).
0 commit comments