Created
August 22, 2020 08:40
-
-
Save sailfish009/48efdb83a510779fb076c0a8b0e79856 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jemalloc 5.0.1 TLS error: cannot allocate memory in static TLS block | |
For performance reasons jemalloc 5 uses more TLS space. This causes isses for dlopen jemalloc where the pre allocated TLS may not be enough for jemalloc. The option --disable-initial-exec-tls in INSTALL.md should solve it for you. | |
https://github.com/jemalloc/jemalloc/issues/1237 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment