Snapchat / KeyDB

A Multithreaded Fork of Redis
https://keydb.dev
BSD 3-Clause "New" or "Revised" License
11.34k stars 572 forks source link

[NEW] MALLOC env variabile ignored #850

Open Pelat-1 opened 2 months ago

Pelat-1 commented 2 months ago

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.