I'm trying to compile myself NGINX and see that it uses is own memory allocation on top of malloc: ngx_alloc and ngx_calloc.
Is it a good idea to replace ngx_alloc and ngx_calloc with jemalloc or tcmalloc memory management ?
I'm trying to compile myself NGINX and see that it uses is own memory allocation on top of malloc: ngx_alloc and ngx_calloc.
Is it a good idea to replace ngx_alloc and ngx_calloc with jemalloc or tcmalloc memory management ?