public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Federico Edelman Anaya <fedelman@elsitio.com.ar>
To: linux-kernel@vger.kernel.org
Subject: FD in Kernel 2.4.x
Date: Fri, 27 Apr 2001 13:39:19 +0000	[thread overview]
Message-ID: <3AE97687.A83EA963@elsitio.com.ar> (raw)

Hi! I am newbie in this list! .. I'm Federico Edelman Anaya ... well! ..
I have a question ...

I need increase the FD (File Descriptors) ... I was change the value of
the FD in kernel 2.2.17:

/usr/include/bits/types.h:
#define __FD_SETSIZE    1024    ->  4096

/usr/src/linux/include/linux/posix_types.h
#define __FD_SETSIZE    1024    ->  4096

/usr/src/linux/include/linux/tasks.h
#define NR_TASKS           512     ->  2048   /* On x86 Max 4092, or
4090 w/APM configured. */


Well... Kernel 2.4.3:
/usr/include/bits/types.h:
#define __FD_SETSIZE    1024    ->  4096

/usr/src/linux/include/linux/posix_types.h
#define __FD_SETSIZE    1024    ->  4096

It's only change was posible to do ... Because, tasks.h doesn't exist!

How can I do to increase the FD in the Kernel 2.4.3?

Thanks!





             reply	other threads:[~2001-04-27 16:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-04-27 13:39 Federico Edelman Anaya [this message]
     [not found] <3AE9A692.4F0CC9B3@kegel.com>
     [not found] ` <3AE9802B.A19830A@elsitio.com.ar>
     [not found]   ` <3AE9AA32.321B05BD@kegel.com>
2001-04-27 14:35     ` FD in Kernel 2.4.x Federico Edelman Anaya

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=3AE97687.A83EA963@elsitio.com.ar \
    --to=fedelman@elsitio.com.ar \
    --cc=linux-kernel@vger.kernel.org \
    /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