Slice module

Roman Arutyunyan arut at nginx.com
Mon Oct 5 21:42:13 UTC 2015


Hello,

> On 05 Oct 2015, at 22:22, Woon Wai Keen <doubleukay at doubleukay.com> wrote:
> 
> On 30/9/2015 12:00 AM, Roman Arutyunyan wrote:
>> Known issues
>> ------------
>> 
>> The module can lead to excessive memory and file handle usage.
> Hi Roman, thanks for sharing. Under what circumstances will there be excessive memory and file handle usage?

Memory and file descriptors allocated by each subrequest are mostly
freed only when the user request ends.  If you have small slice size,
that will lead to many subrequests each allocating some resources.

--
Roman Arutyunyan





More information about the nginx-devel mailing list