diff options
| author | Blista Kanjo | 2023-05-03 02:49:46 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2023-05-03 02:49:46 -0400 |
| commit | 4ef33ea7e66e86191ea75f012b2bd74b18ee87e1 (patch) | |
| tree | 47f7b646d004c717ffc726492e83c06c7aeab2fd /misc | |
| parent | f5bf7e73f582273c1acca55e9374830f3cad054c (diff) | |
feat: added sysctl tweaks
Diffstat (limited to 'misc')
| -rw-r--r-- | misc/50-sysctl.conf | 3 |
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 |
