diff --git a/usr/lib/sysctl.d/99-cachyos-settings.conf b/usr/lib/sysctl.d/99-cachyos-settings.conf index 6cfd070..0ad64eb 100644 --- a/usr/lib/sysctl.d/99-cachyos-settings.conf +++ b/usr/lib/sysctl.d/99-cachyos-settings.conf @@ -5,7 +5,7 @@ vm.swappiness = 100 # The value controls the tendency of the kernel to reclaim the memory which is used for caching of directory and inode objects (VFS cache). # 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 +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