mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "David Schwartz" <davids@webmaster.com>
To: <ram@kasenna.com>, <linux-kernel@vger.kernel.org>
Subject: RE: Increasing the FD_SETSIZE
Date: Mon, 9 Apr 2001 19:41:35 -0700	[thread overview]
Message-ID: <NCBBLIEPOCNJOAEKBEAKAECOOEAA.davids@webmaster.com> (raw)
In-Reply-To: <3AD26831.9DAA0BDE@kasenna.com>


> I am having trouble with increasing the file descriptor size for my
> application - it opens several files for each client session (and needs
> to keep them open as long as the session is active, which can be upto 3
> hours long). What I see from the application is "open failed in
> FileStreamReader::setupFile: Too many open files".
>
> I have bumped up /proc/sys/fs/file-max to 16K, but I am failing at  2638
> (cat /proc/sys/fs/file-max returns "2638 97 16384") when the number of
> files my app opened reached 1023.
>
> There is a comment in /usr/include/linux/posix_types.h regarding
> __FD_SETSIZE being set to 1024. How can I increase this value?

	You are tinkering with the wrong value. FD_SETSIZE affects fd_sets used in
the 'select' system call. If you don't use select (and you shouldn't) it's
not an issue.

	Also, tampering with the system-wide limits is the wrong approach too.
There is no problem in the kernel for you to fix.

	What you are hitting is a per-process resource limit. Read the man pages on
'setrlimit' or the bash help on 'ulimit'.

	DS


      reply	other threads:[~2001-04-10  2:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-04-10  1:56 Ram Madduluri
2001-04-10  2:41 ` David Schwartz [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=NCBBLIEPOCNJOAEKBEAKAECOOEAA.davids@webmaster.com \
    --to=davids@webmaster.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=ram@kasenna.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®