khklau / mod_tile_rs

A prototype Rust implementation of the tile module for Apache 2 webserver
GNU Affero General Public License v3.0
0 stars 0 forks source link

Use Glibc malloc as default malloc #7

Closed khklau closed 3 years ago

khklau commented 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.

khklau commented 3 years ago

Fixed by 8e0e3b45255a2376914116b21aabbc44e8b07a12