Changes between Initial Version and Version 1 of Ticket #1046, comment 2


Ignore:
Timestamp:
08/09/16 11:51:17 (8 years ago)
Author:
burkov@…

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1046, comment 2

    initial v1  
    22> That is expected behaviour. Nginx accumulates small allocations to free them as a bunch at the end of processing. The lifetime of `ctx->request->pool` is equal to the request processing time, which is usually many times shorter than 24+ hours. It doesn't optimized for your workload.
    33
    4 But when I disable gzipping and use nginx only as a reverse proxy for the same backend it doesn't leak. Seems like the problem is only in the gzip module. No matter how long does a connection exist.
     4But when I disable gzipping and use nginx only as a reverse proxy for the same backend it doesn't leak. No matter how long does a connection exist. Seems like the problem is only in the gzip module.