Closed khklau closed 3 years ago
By default Rust will use jemalloc but this is incompatible with Apache which uses the default system allocator (Libc allocator on Linux). Find a way of changing the allocator.
Fixed by 8e0e3b45255a2376914116b21aabbc44e8b07a12
By default Rust will use jemalloc but this is incompatible with Apache which uses the default system allocator (Libc allocator on Linux). Find a way of changing the allocator.