Skip to content

Commit f14b87b

Browse files
committed
Update docs
1 parent 5005dc3 commit f14b87b

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

book/src/installation-source.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ choco install protoc
6464
These dependencies are for compiling Lighthouse natively on Windows. Lighthouse can also run
6565
successfully under the [Windows Subsystem for Linux (WSL)][WSL]. If using Ubuntu under WSL, you
6666
should follow the instructions for Ubuntu listed in the [Dependencies (Ubuntu)](#ubuntu) section.
67+
6768
[WSL]: https://docs.microsoft.com/en-us/windows/wsl/about
6869

6970
## Build Lighthouse
@@ -128,8 +129,12 @@ Commonly used features include:
128129
* `gnosis`: support for the Gnosis Beacon Chain.
129130
* `portable`: support for legacy hardware.
130131
* `modern`: support for exclusively modern hardware.
131-
* `slasher-mdbx`: support for the MDBX slasher backend (enabled by default).
132+
* `slasher-mdbx`: support for the MDBX slasher backend. Enabled by default.
132133
* `slasher-lmdb`: support for the LMDB slasher backend.
134+
* `jemalloc`: use [`jemalloc`][jemalloc] to allocate memory. Enabled by default on Linux and macOS.
135+
Not supported on Windows.
136+
137+
[jemalloc]: https://jemalloc.net/
133138

134139
## Compilation Profiles
135140

0 commit comments

Comments
 (0)