Igor Sysoev c8df23cb29 The "worker_aio_requests" directive.
The default value is 32 AIO simultaneous requests per worker. Previously
they were hardcoded to 1024, and it was too large, since Linux allocated
them early on io_setup(), but not on request itself. So with default value
of /proc/sys/fs/aio-max-nr equal to 65536 only 64 worker processes could
be run simultaneously. 32 AIO requests are enough for modern disks even if
server runs only 1 worker.
2011-09-20 07:30:09 +00:00
2011-09-15 19:28:18 +00:00
2011-09-09 10:25:43 +00:00
2006-07-28 15:16:17 +00:00
2011-09-15 08:59:38 +00:00
2011-09-20 07:30:09 +00:00
2011-09-14 15:00:51 +00:00
S
Description
An official read-only mirror of http://hg.nginx.org/nginx/ which is updated hourly. Pull requests on GitHub cannot be accepted and will be automatically closed. The proper way to submit changes to nginx is via the nginx development mailing list, see http://nginx.org/en/docs/contributing_changes.html
BSD-2-Clause
90 MiB
Languages
C 97.7%
Vim Script 1.7%
XS 0.4%
Perl 0.1%