-
http://jemalloc.net/
-
Seems that duckdb sources is not bundled with jemalloc. https://github.com/duckdb/duckdb/discussions/13075
It could be the reason of some memory issues, e.g. https://github.com/duckdb/duckdb/issues/9…
-
Related to https://github.com/jemalloc/jemalloc/issues/2688, I was trying to understand how to lower memory impact of an application running with `jemalloc`. I found it difficult to get a mental pictu…
-
Failed to build on arm64e-apple-darwin
Errors
```
warning: jemalloc-sys@0.5.4+5.3.0-patched: "Unprefixed `malloc` requested on unsupported platform `arm64e-apple-darwin` => using prefixed …
-
If I try to launch the game on Linux, I receive the error
`src/tcmalloc.cc:278] Attempt to free invalid pointer 0x9eee010`
This happens in some other Source engine games, and for some games I can re…
-
@jperkin Whould it be possible to bring back the jemalloc package in trunk? It is in 2021Q4 but not in trunk.
-
It is well-known that RocksDB performs better with jemalloc than the default memory allocator. We should update our `lh-server` docker image to use `jemalloc`.
PR #630 updates our RocksDB configura…
-
May help reduce memory usage
-
## Is your feature request related to a problem? Please describe.
Our config takes long to load due to malloc() is expensive.
## Describe the solution you'd like
Add libjemalloc to `LD_PRELOA…
-
"I'm using jemalloc, and I've set the following environment variables:
ENV LD_PRELOAD=`jemalloc-config --libdir`/usr/lib/libjemalloc.so`jemalloc-config --revision`
ENV MALLOC_CONF="narenas:20"
I …