[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: /proc/sys/fs/epoll/max_user_instances=128 considered harmful
- From: Dave Jones <davej redhat com>
- To: fedora-devel-list redhat com, fedora-kernel-list redhat com
- Cc:
- Subject: Re: /proc/sys/fs/epoll/max_user_instances=128 considered harmful
- Date: Wed, 7 Jan 2009 17:01:22 -0500
On Wed, Jan 07, 2009 at 03:18:12PM +0000, Joe Orton wrote:
> The F10 kernel has /proc/sys/fs/epoll/max_user_instances set to 128 by
> default. Apache httpd uses one epoll fd ("instance") per child process,
> so this sets a hard limit on 128 children (i.e. 100 concurrent clients)
> out of the box.
>
> 1) shouldn't this be an rlimit so that we can bump it appropriately in
> the parent as root?
possibly. It's a question better asked on linux-kernel really.
This does sound like a better change to me than forcing the sysctl change
on everyone.
Dave
--
http://www.codemonkey.org.uk
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]