You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that just linking to jemalloc is not enough. We need to LD_PRELOAD it, otherwise jemalloc is only loaded partially. But it's unclear whether we'll run into other issues as LD_PRELOAD is kind of dangerous.
It seems that just linking to jemalloc is not enough. We need to
LD_PRELOAD
it, otherwise jemalloc is only loaded partially. But it's unclear whether we'll run into other issues asLD_PRELOAD
is kind of dangerous.See also https://twitter.com/jashmatthews/status/1140670189954129920
Jacob Matthews gave me the tip that I can use
LD_DEBUG
to debug things.The text was updated successfully, but these errors were encountered: