aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlista Kanjo2023-05-03 02:49:46 -0400
committerBlista Kanjo2023-05-03 02:49:46 -0400
commit4ef33ea7e66e86191ea75f012b2bd74b18ee87e1 (patch)
tree47f7b646d004c717ffc726492e83c06c7aeab2fd
parentf5bf7e73f582273c1acca55e9374830f3cad054c (diff)
feat: added sysctl tweaks
-rw-r--r--misc/50-sysctl.conf3
1 files changed, 3 insertions, 0 deletions
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