Changes between Version 1 and Version 2 of Ticket #1046, comment 2
- Timestamp:
- 08/09/16 11:52:03 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1046, comment 2
v1 v2 2 2 > 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. 3 3 4 But 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.4 But when I disable gzipping and use nginx only as a reverse proxy for the same backend it doesn't leak. No matter how long a connection exists. Seems like the problem is only in the gzip module.