diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-05-13 04:49:22 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-05-13 04:49:22 -0400 |
| commit | be7193fdd7f8ccb629c4a838d2c8d050659d5589 (patch) | |
| tree | a1da215085a3176856d33fdae11467c211f1fdac /static | |
| parent | 9df88eece23371fd67fb7d37858b9c4fdf365d13 (diff) | |
clarify max_map_count change
Diffstat (limited to 'static')
| -rw-r--r-- | static/releases.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html index 3e79819e..38b7677f 100644 --- a/static/releases.html +++ b/static/releases.html @@ -458,7 +458,7 @@ <li>hardened_malloc: purge memory even if VMA exhaustion causes munmap or MAP_FIXED mmap calls to fail</li> <li>hardened_malloc: increase class region size on x86_64 to 32GiB</li> <li>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)</li> - <li>raise vm.max_map_count again to have even more leeway before VMA exhaustion occurs from fine-grained guard regions</li> + <li>raise vm.max_map_count further to have even more leeway before VMA exhaustion occurs from fine-grained guard regions</li> </ul> </article> --> |
