Skip to content

Commit 012a488

Browse files
committed
sysctl.d: Styling
Signed-off-by: Eric Naim <[email protected]>
1 parent f4df65c commit 012a488

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
@@ -5,7 +5,7 @@ vm.swappiness = 100
55

66
# The value controls the tendency of the kernel to reclaim the memory which is used for caching of directory and inode objects (VFS cache).
77
# 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
99

1010
# Contains, as bytes, the number of pages at which a process which is
1111
# generating disk writes will itself start writing out dirty data.

0 commit comments

Comments
 (0)