public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* pre6 VM issues
@ 2001-10-09 12:44 Marcelo Tosatti
  2001-10-09 12:48 ` Marcelo Tosatti
                   ` (3 more replies)
  0 siblings, 4 replies; 20+ messages in thread
From: Marcelo Tosatti @ 2001-10-09 12:44 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Andrea Arcangeli, lkml


Hi, 

I've been testing pre6 (actually its pre5 a patch which Linus sent me
named "prewith 16GB of RAM (thanks to OSDLabs for that), and I've found
out some problems. First of all, we need to throttle normal allocators
more often and/or update the low memory limits for normal allocators to a
saner value. I already said I think allowing everybody to eat up to
"freepages.min" is too low for a default.

I've got atomic memory failures with _22GB_ of swap free (32GB total):

 eth0: can't fill rx buffer (force 0)!

Another issue is the damn fork() special case. Its failing in practice:

bash: fork: Cannot allocate memory

Also with _LOTS_ of swap free. (gigs of them)

Linus, we can introduce a "__GFP_FAIL" flag to be used by _everyone_ which
wants to do higher order allocations as an optimization (eg allocate big
scatter-gather tables or whatever). Or do you prefer to make the fork()
allocation a separate case ?

I'll take a closer look at the code now and make the throttling/limits to
what I think is saner for a default.



^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2001-10-09 17:08 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-10-09 12:44 pre6 VM issues Marcelo Tosatti
2001-10-09 12:48 ` Marcelo Tosatti
2001-10-09 14:17 ` BALBIR SINGH
2001-10-09 13:01   ` Marcelo Tosatti
2001-10-09 14:37     ` BALBIR SINGH
2001-10-09 13:22       ` Marcelo Tosatti
2001-10-09 14:43       ` BALBIR SINGH
2001-10-09 14:44       ` Andrea Arcangeli
2001-10-09 14:56         ` BALBIR SINGH
2001-10-09 14:31 ` Andrea Arcangeli
2001-10-09 13:13   ` Marcelo Tosatti
2001-10-09 14:42     ` Andrea Arcangeli
2001-10-09 13:23   ` Marcelo Tosatti
2001-10-09 14:53     ` Andrea Arcangeli
2001-10-09 14:50 ` Andrea Arcangeli
2001-10-09 13:34   ` Marcelo Tosatti
2001-10-09 15:39     ` Andrea Arcangeli
2001-10-09 15:08       ` Marcelo Tosatti
2001-10-09 16:49         ` Andrea Arcangeli
2001-10-09 17:07           ` Linus Torvalds

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox