From 9df88eece23371fd67fb7d37858b9c4fdf365d13 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 12 May 2021 10:35:33 -0400 Subject: [PATCH] raise max_map_count again --- static/releases.html | 1 + 1 file changed, 1 insertion(+) diff --git a/static/releases.html b/static/releases.html index 53226aee..3e79819e 100644 --- a/static/releases.html +++ b/static/releases.html @@ -458,6 +458,7 @@
  • hardened_malloc: purge memory even if VMA exhaustion causes munmap or MAP_FIXED mmap calls to fail
  • hardened_malloc: increase class region size on x86_64 to 32GiB
  • hardened_malloc: increase class region size on arm64 to 2GiB (should be 32GiB on devices where we've enabled 4-level page tables but that requires setting up build configuration infrastructure)
  • +
  • raise vm.max_map_count again to have even more leeway before VMA exhaustion occurs from fine-grained guard regions
  • -->