From 4ef33ea7e66e86191ea75f012b2bd74b18ee87e1 Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Wed, 3 May 2023 02:49:46 -0400 Subject: feat: added sysctl tweaks --- misc/50-sysctl.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 misc/50-sysctl.conf (limited to 'misc/50-sysctl.conf') diff --git a/misc/50-sysctl.conf b/misc/50-sysctl.conf new file mode 100644 index 0000000..a16c493 --- /dev/null +++ b/misc/50-sysctl.conf @@ -0,0 +1,3 @@ +vm.max_map_count=2147483642 +vm.swappiness = 10 +vm.vfs_cache_pressure = 50 -- cgit v1.2.3