From: Matthias Wolle <Matthias.Wolle@gmx.de>
To: linux-kernel@vger.kernel.org
Subject: LowFree/LowMem problem
Date: Mon, 21 Jan 2008 06:32:41 +0100 [thread overview]
Message-ID: <200801210632.42497.Matthias.Wolle@gmx.de> (raw)
Hi,
my company is running several servers with kernel 2.6.23.12. This are Dual
Quad Core servers (CPU Intel) with 16GB RAM using a 32Bit kernel.
After some days nicely running the oom killer killed our processes.
Our research discovered that the free low memory was reduced to about 11MB. We
found out that the decreasing of low memory is related to the count off
executed and ended programs.
I could reproduce the same bug on a maschine with 2GB RAM without PAE (option
4GB HIGHMEM). The following code reproduces the bug.
#!/bin/sh
while [ true ]; do
cat /proc/meminfo| grep LowFree
done
Please run this script only on a test system. It reduces the low memory quite
fast (within minutes).
The latest available kernel 2.6.24-rc8 is also affected.
Please fell free to request more information from me.
Please always CC to me, I'm not subscribed.
Thanks for reading
Matthias
next reply other threads:[~2008-01-21 5:33 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-21 5:32 Matthias Wolle [this message]
2008-01-23 22:06 ` Andrew Morton
2008-01-23 22:40 ` Matthias Wolle
2008-01-24 7:16 ` Andi Kleen
2008-01-25 1:45 ` Matthias Wolle
2008-01-21 16:45 Parag Warudkar
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=200801210632.42497.Matthias.Wolle@gmx.de \
--to=matthias.wolle@gmx.de \
--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
Powered by JetHome