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
I'm forced to use Jemalloc even if I set -e MALLOC=libc on Podman run.
WHAT I SUGGEST
On the README there is the section "Allocator" but there is no way to insert that variable form -e during Podman run command.
It only works if inserted during compilation.
It may be a good idea to update Dockerfile(s) to implement this easy feature, requires less that 3 lines of code.
The text was updated successfully, but these errors were encountered:
JEMALLOC ALTERNATIVE
I'm forced to use Jemalloc even if I set -e MALLOC=libc on Podman run.
WHAT I SUGGEST
On the README there is the section "Allocator" but there is no way to insert that variable form -e during Podman run command.
It only works if inserted during compilation.
It may be a good idea to update Dockerfile(s) to implement this easy feature, requires less that 3 lines of code.
The text was updated successfully, but these errors were encountered: