On Fri, Mar 3, 2017 at 6:41 PM, Yann Ylavic <ylavic....@gmail.com> wrote:
>
> Currently I have good results (with gdb/LOG_TRACE, no stress test yet ;)
>
> For "http:" (main server) with:
>
>     EnableMMAP off
>     EnableSendfile off
>
>     EnableScatterReadfile on
>     #FileReadBufferSize 8192 <= default
>
>     FlushThreshold    1048576

Sorry, wrong copy/paste value, I tested that but 1MB looks not really
reasonable for a common case.
So:

     FlushThreshold    131072

should be enough for a (already powerful) test ;)

>     FlushMemThreshold 65536
>     FlushMaxPipelined 5

>
> And for "https:" (vhost) with overridden:
>
>     EnableScatterReadfile fixed
>
>     FileReadBufferSize 16384

The other values are fine I think.

Reply via email to