nginx_upstream_module icon indicating copy to clipboard operation
nginx_upstream_module copied to clipboard

Reduce memory fragmentation

Open dedok opened this issue 9 years ago • 0 comments

Yajl use malloc/realloc/free it adds memory fragmentation. This behavior could be avoided by using Nginx alocator functions inside Yajl.

dedok avatar May 05 '15 22:05 dedok