From fadb60701c2ae835b16499c7fab1388a6649f84d Mon Sep 17 00:00:00 2001 From: Raja Grewal Date: Sun, 10 Jul 2022 08:09:32 +0000 Subject: [PATCH] Raised maximum memory-mapped areas --- debian/hardened_malloc.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/hardened_malloc.conf b/debian/hardened_malloc.conf index aa2fd7b..2d27773 100644 --- a/debian/hardened_malloc.conf +++ b/debian/hardened_malloc.conf @@ -1,2 +1,2 @@ ## https://github.com/GrapheneOS/hardened_malloc#traditional-linux-based-operating-systems -vm.max_map_count = 524240 +vm.max_map_count = 1048576