diff --git a/usr/lib/sysctl.d/99-cachyos-settings.conf b/usr/lib/sysctl.d/99-cachyos-settings.conf index 6da63b7..022763b 100644 --- a/usr/lib/sysctl.d/99-cachyos-settings.conf +++ b/usr/lib/sysctl.d/99-cachyos-settings.conf @@ -7,9 +7,8 @@ vm.swappiness = 100 # Lowering it from the default value of 100 makes the kernel less inclined to reclaim VFS cache (do not set it to 0, this may produce out-of-memory conditions) vm.vfs_cache_pressure=50 -# Contains, as a bytes of total available memory that contains free pages and reclaimable -# pages, the number of pages at which a process which is generating disk writes will itself start -# writing out dirty data. +# Contains, as bytes, the number of pages at which a process which is +# generating disk writes will itself start writing out dirty data. vm.dirty_bytes = 268435456 # page-cluster controls the number of pages up to which consecutive pages are read in from swap in a single attempt. @@ -18,9 +17,8 @@ vm.dirty_bytes = 268435456 # increase this value to 1 or 2 if you are using physical swap (1 if ssd, 2 if hdd) vm.page-cluster = 0 -# Contains, as a bytes of total available memory that contains free pages and reclaimable -# pages, the number of pages at which the background kernel flusher threads will start writing out -# dirty data. +# Contains, as bytes, the number of pages at which the background kernel +# flusher threads will start writing out dirty data. vm.dirty_background_bytes = 67108864 # The kernel flusher threads will periodically wake up and write old data out to disk. This