You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: usr/lib/sysctl.d/99-cachyos-settings.conf
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ vm.swappiness = 100
5
5
6
6
# The value controls the tendency of the kernel to reclaim the memory which is used for caching of directory and inode objects (VFS cache).
7
7
# 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)
8
-
vm.vfs_cache_pressure=50
8
+
vm.vfs_cache_pressure = 50
9
9
10
10
# Contains, as bytes, the number of pages at which a process which is
11
11
# generating disk writes will itself start writing out dirty data.
0 commit comments