From 962c35425636e3f942fd8a624369a7c53748f47e Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Thu, 1 Jan 1970 03:00:00 +0300 Subject: chore: init --- etc/sysctl.d/10vm.conf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 etc/sysctl.d/10vm.conf (limited to 'etc/sysctl.d/10vm.conf') diff --git a/etc/sysctl.d/10vm.conf b/etc/sysctl.d/10vm.conf new file mode 100644 index 0000000..9e4d916 --- /dev/null +++ b/etc/sysctl.d/10vm.conf @@ -0,0 +1,5 @@ +vm.dirty_background_bytes = 4194304 +vm.dirty_background_ratio = 5 +vm.dirty_bytes = 4194304 +vm.dirty_ratio = 10 +vm.vfs_cache_pressure = 50 -- cgit 1.4.1