From befc0bc3614fba8de60d00de903cad4086f6f8dd Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 7 Oct 2023 06:18:31 +0100 Subject: [PATCH] Update webpage "Documentation - hardened_malloc" from version 1.0.0-beta.2+4 to 1.0.1-beta.1+9 --- documentation/hardened_malloc.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/documentation/hardened_malloc.html b/documentation/hardened_malloc.html index 888a3a6..762bdef 100644 --- a/documentation/hardened_malloc.html +++ b/documentation/hardened_malloc.html @@ -5,7 +5,7 @@ - + @@ -32,7 +32,7 @@

Documentation - GrapheneOS hardened_malloc

This documentation contains instructions to use GrapheneOS hardened_malloc - memory allocator as the system’s default memory allocator. These instructions apply to both musl + memory allocator as the system's default memory allocator. These instructions apply to both musl and glibc C libraries on Unix-based and Unix-like systems. hardened_malloc can also be used per-application and/or per-user, in which case root permissions are not required; this documentation focuses on system-wide usage of hardened_malloc, assumes root privileges, and @@ -52,6 +52,7 @@

  • Copy Compiled hardened_malloc Library
  • Set System to Preload hardened_malloc on Boot
  • +

    Increase Permitted Amount of Memory Pages

    Add vm.max_map_count = 1048576 to /etc/sysctl.conf