From 5106ec7f4a117f7bf77c08009ccce43b13df0cd5 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sun, 7 Apr 2024 14:59:36 -0400 Subject: [PATCH] remove redundant vm.max_map_count configuration The same value we were using is now the default. --- sysctl.d/local.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/sysctl.d/local.conf b/sysctl.d/local.conf index 2abe4bd..38f6e00 100644 --- a/sysctl.d/local.conf +++ b/sysctl.d/local.conf @@ -35,7 +35,6 @@ net.netfilter.nf_conntrack_tcp_timeout_established = 14400 kernel.yama.ptrace_scope = 2 -vm.max_map_count = 1048576 vm.mmap_rnd_bits = 32 vm.mmap_rnd_compat_bits = 16