diff --git a/etc/sysctl.d/99-sysctl-garuda.conf b/etc/sysctl.d/99-sysctl-garuda.conf index 0d22cca..a4e7524 100644 --- a/etc/sysctl.d/99-sysctl-garuda.conf +++ b/etc/sysctl.d/99-sysctl-garuda.conf @@ -17,8 +17,8 @@ kernel.unprivileged_userns_clone=1 kernel.printk = 3 3 3 3 # 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 +#vm.dirty_bytes = 16777216 +#vm.dirty_background_bytes = 4194304 ###############-NOT USED-#################