From df4c4275c74b14c3a7355f2553491b236f0ef33a Mon Sep 17 00:00:00 2001 From: Daniel Winzen Date: Fri, 30 Aug 2019 20:19:43 +0200 Subject: [PATCH] Added vm.overcommit_ratio=100 to sysctl to use full memory capacity --- etc/sysctl.d/99-custom-hosting.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/sysctl.d/99-custom-hosting.conf b/etc/sysctl.d/99-custom-hosting.conf index ad5cda9..9296dd3 100644 --- a/etc/sysctl.d/99-custom-hosting.conf +++ b/etc/sysctl.d/99-custom-hosting.conf @@ -6,4 +6,4 @@ net.core.somaxconn = 2048 net.core.netdev_max_backlog = 5000 vm.swappiness=1 vm.dirty_ratio = 40 - +vm.overcommit_ratio=100