From: Andrea Arcangeli <andrea@suse.de>
To: technews@egsx.com
Cc: linux-kernel@vger.kernel.org
Subject: Re: inode leak 2.2.12+ why??
Date: Thu, 11 Jan 2001 20:16:27 +0100 [thread overview]
Message-ID: <20010111201627.E892@athlon.random> (raw)
In-Reply-To: <Pine.LNX.4.10.10101111349240.2361-100000@egsx.com>
In-Reply-To: <Pine.LNX.4.10.10101111349240.2361-100000@egsx.com>; from technews@egsx.com on Thu, Jan 11, 2001 at 02:01:58PM -0500
On Thu, Jan 11, 2001 at 02:01:58PM -0500, technews@egsx.com wrote:
> Hi,
>
> The most puzzling thing is happeneing. I have compiled a vanillat 2.2.18
> kernel with scsi aic7xxx compiled in, 3com network support. (nothing fancy
> no sound, no isdn, video, etc...)
>
> I installed this kernel on a redhat 5.2 system, it boots in fine, but then
> after some time I get messages saying fork: resource unavailable. I
> checked the inodes and I was chocked to see the number goingg up and up
> without stopping. I changed the value of inode-max to a high number, and
> at the same time file-max, but to no avail. Once it hits that max, it
> will not allow me to do anything but shutdown the power to restart.
Yes, this is a known limitation of the icache (and 2.4.x still can't shrink the
filp pool, infact I'm surprised such pool is still there, I'd kill the filp
poll enterely and I'd use the slab cache for that that should be more efficient
in SMP and it's dynamic, should be just a few liner plus some code removal).
Your mistake is been to enlarge the inode-max, you shouldn't do that.
2.2.19pre7aa1 uses smarter calculations to setup the inode-max and icache hash
size (so you're more likely to get sane values for servers), I suggest to try
it without touching inode-max from its default value and see what happens.
Andrea
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
next prev parent reply other threads:[~2001-01-11 19:16 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-01-11 19:01 inode leak 2.2.12+ why?? technews
2001-01-11 19:16 ` Andrea Arcangeli [this message]
2001-01-11 19:18 ` Andrea Arcangeli
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=20010111201627.E892@athlon.random \
--to=andrea@suse.de \
--cc=linux-kernel@vger.kernel.org \
--cc=technews@egsx.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