diff --git a/etc/sysctl.d/99-sysctl-garuda.conf b/etc/sysctl.d/99-sysctl-garuda.conf index a4e7524..3b756ad 100644 --- a/etc/sysctl.d/99-sysctl-garuda.conf +++ b/etc/sysctl.d/99-sysctl-garuda.conf @@ -16,12 +16,14 @@ kernel.unprivileged_userns_clone=1 # To hide any kernel messages from the console kernel.printk = 3 3 3 3 + + +###############-NOT USED-################# + # The kernel default is to buffer up to 10% of system RAM before flushing writes to the disk, which is insane. By setting a reasonable number of bytes for the `dirty_bytes` parameter, we can avoid sending the system into OOM during a large file transfer. #vm.dirty_bytes = 16777216 #vm.dirty_background_bytes = 4194304 -###############-NOT USED-################# - # Contains, as a percentage 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 (Default is 20).