Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757232AbYAUFdG (ORCPT ); Mon, 21 Jan 2008 00:33:06 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751690AbYAUFcy (ORCPT ); Mon, 21 Jan 2008 00:32:54 -0500 Received: from mail.gmx.net ([213.165.64.20]:59658 "HELO mail.gmx.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1751675AbYAUFcx (ORCPT ); Mon, 21 Jan 2008 00:32:53 -0500 X-Authenticated: #759291 X-Provags-ID: V01U2FsdGVkX1/oDlJJfj7oSpE5ltOWUo7BDWWITUFPJeAfRH5o1c 5twUpg0yJZZhDU From: Matthias Wolle Reply-To: Matthias Wolle To: linux-kernel@vger.kernel.org Subject: LowFree/LowMem problem Date: Mon, 21 Jan 2008 06:32:41 +0100 User-Agent: KMail/1.9.5 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200801210632.42497.Matthias.Wolle@gmx.de> X-Y-GMX-Trusted: 0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1136 Lines: 34 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/