Add missing section closing tag
This commit is contained in:
parent
2cd8377d62
commit
22d4e3b3c6
@ -5,7 +5,7 @@
|
|||||||
<!-- Copyright 2023 Jake Winters -->
|
<!-- Copyright 2023 Jake Winters -->
|
||||||
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
<!-- SPDX-License-Identifier: BSD-3-Clause -->
|
||||||
|
|
||||||
<!-- Version: 1.0.1-alpha.1+7 -->
|
<!-- Version: 1.0.1-alpha.2+8 -->
|
||||||
|
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
@ -52,6 +52,7 @@
|
|||||||
<li><a href="#copy_library">Copy Compiled hardened_malloc Library</a></li>
|
<li><a href="#copy_library">Copy Compiled hardened_malloc Library</a></li>
|
||||||
<li><a href="#preload_on_boot">Set System to Preload hardened_malloc on Boot</a></li>
|
<li><a href="#preload_on_boot">Set System to Preload hardened_malloc on Boot</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
</section>
|
||||||
<section id="memory_pages">
|
<section id="memory_pages">
|
||||||
<h2 id="memory_pages"><a href="#memory_pages">Increase Permitted Amount of Memory Pages</a></h2>
|
<h2 id="memory_pages"><a href="#memory_pages">Increase Permitted Amount of Memory Pages</a></h2>
|
||||||
<p>Add <code>vm.max_map_count = 1048576</code> to <code>/etc/sysctl.conf</code>
|
<p>Add <code>vm.max_map_count = 1048576</code> to <code>/etc/sysctl.conf</code>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user