Skip to content

Instantly share code, notes, and snippets.

@sailfish009
Created August 22, 2020 08:40
Show Gist options
  • Save sailfish009/48efdb83a510779fb076c0a8b0e79856 to your computer and use it in GitHub Desktop.
Save sailfish009/48efdb83a510779fb076c0a8b0e79856 to your computer and use it in GitHub Desktop.
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