From a63b530c0977c4b8768291093976cf0d26da8b4f Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Mon, 15 Apr 2024 15:18:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20vm.max=5Fmap=5Fcount=20?= =?UTF-8?q?=E5=86=85=E6=A0=B8=E5=8F=82=E6=95=B0=E8=87=AA=E5=8A=A8=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/nodes/node.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/nodes/node.go b/internal/nodes/node.go index c012834..1e49c6c 100644 --- a/internal/nodes/node.go +++ b/internal/nodes/node.go @@ -1126,6 +1126,7 @@ func (this *Node) tuneSystemParameters() { {name: "net.core.wmem_default", minValue: 4 << 20}, {name: "net.core.rmem_max", minValue: 32 << 20}, {name: "net.core.wmem_max", minValue: 32 << 20}, + {name: "vm.max_map_count", minValue: 256 << 10}, } // vm