aboutsummaryrefslogtreecommitdiff
path: root/src/http/modules/ngx_http_log_module.c
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2014-06-03 17:53:03 +0400
committerMaxim Dounin <mdounin@mdounin.ru>2014-06-03 17:53:03 +0400
commitafb4aafc6e42781068ce3f23d22fd6e2012787c7 (patch)
tree6e24e4615508e24778460240cdb850499ebd6315 /src/http/modules/ngx_http_log_module.c
parent9b5a17b5e23e8e7c94d84eb85044370e38887849 (diff)
downloadnginx-afb4aafc6e42781068ce3f23d22fd6e2012787c7.tar.gz
nginx-afb4aafc6e42781068ce3f23d22fd6e2012787c7.zip
Core: slab allocator free pages defragmentation.
Large allocations from a slab pool result in free page blocks being fragmented, eventually leading to a situation when no further allocation larger than a page size are possible from the pool. While this isn't a problem for nginx itself, it is known to be bad for various 3rd party modules. Fix is to merge adjacent blocks of free pages in the ngx_slab_free_pages() function. Prodded by Wandenberg Peixoto and Yichun Zhang.
Diffstat (limited to 'src/http/modules/ngx_http_log_module.c')
0 files changed, 0 insertions, 0 deletions