File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ choco install protoc
6464These dependencies are for compiling Lighthouse natively on Windows. Lighthouse can also run
6565successfully under the [ Windows Subsystem for Linux (WSL)] [ WSL ] . If using Ubuntu under WSL, you
6666should 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
You can’t perform that action at this time.
0 commit comments