Skip to content

Commit

Permalink
fix misguided belief
Browse files Browse the repository at this point in the history
  • Loading branch information
jiridanek committed Mar 12, 2022
1 parent 04470cd commit c20be82
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions decisions/0003-integrate-with-the-jemalloc-allocator.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ It turns out that linking the router with `jemalloc` shared library (without any
This improvement is larger than what is provided by linking either `tcmalloc` or `mimalloc`, two other similar well-known libraries.

Integrating `jemalloc` can be accomplished by setting `LD_PRELOAD=/usr/lib64/libjemalloc.so.2`.
However, this procedure is hard to discover, easy to get wrong, and in general not user-friendly.
Furthermore, `LD_PRELOAD` is incompatible with the `-fno-semantic-interposition` performance-enhancing compilation option.
However, this procedure is hard to discover, easy to get wrong (e.g. make a typo), and in general not user-friendly.

## Decision

Expand Down

0 comments on commit c20be82

Please sign in to comment.