From 78b0de514c1ba1d2829f6153c087c76d91a90ddc Mon Sep 17 00:00:00 2001 From: Eshan Roy Date: Fri, 22 Nov 2024 23:45:52 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=EF=B8=8F=20build(=5Fsystem):=20sys?= =?UTF-8?q?tem=20control=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- etc/sysctl.d/99-max-map-count.conf | 1 + 1 file changed, 1 insertion(+) create mode 100644 etc/sysctl.d/99-max-map-count.conf diff --git a/etc/sysctl.d/99-max-map-count.conf b/etc/sysctl.d/99-max-map-count.conf new file mode 100644 index 0000000..c26d669 --- /dev/null +++ b/etc/sysctl.d/99-max-map-count.conf @@ -0,0 +1 @@ +vm.max_map_count=2147483642 \ No newline at end of file