From 5093c511110ce0900461ffdf6d2e49e367e5e283 Mon Sep 17 00:00:00 2001 From: Shrinivas Vishnu Kumbhar Date: Tue, 16 Mar 2021 18:32:08 +0530 Subject: [PATCH] useless bump --- etc/sysctl.d/99-sysctl-garuda.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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).