From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from <gentoo-user+bounces-111517-garchives=archives.gentoo.org@lists.gentoo.org>) id 1OJoXT-0005Qk-Ax for garchives@archives.gentoo.org; Wed, 02 Jun 2010 14:03:23 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF083E0F37 for <garchives@archives.gentoo.org>; Wed, 2 Jun 2010 14:03:22 +0000 (UTC) Received: from mx.virtyou.com (mx.virtyou.com [94.23.166.77]) by pigeon.gentoo.org (Postfix) with ESMTP id 9AAC4E0ED6 for <gentoo-user@lists.gentoo.org>; Wed, 2 Jun 2010 13:27:51 +0000 (UTC) Received: from weird.localnet (p4FF0431F.dip.t-dialin.net [79.240.67.31]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx.virtyou.com (Postfix) with ESMTPSA id EF7CE4A8010 for <gentoo-user@lists.gentoo.org>; Wed, 2 Jun 2010 15:27:50 +0200 (CEST) From: Alex Schuster <wonko@wonkology.org> To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] Maximizing memory with 32bit Date: Wed, 2 Jun 2010 15:27:46 +0200 User-Agent: KMail/1.13.3 (Linux/2.6.33-tuxonice-r2; KDE/4.4.3; i686; ; ) Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201006021527.49525.wonko@wonkology.org> X-Archives-Salt: 5fe644a1-2388-4f28-b6ab-01d20dc313e5 X-Archives-Hash: c71f6396ee632ed417a5f21109bbf336 Hi there! I have 4GB of RAM, but the system is swapping A LOT. I think I will have to go to 64 bit, but I need some time for that, and I need to use the system in the meantime. But: free -m shows only 2787 MB of total memory. I know I cannot use all the 4G, but shouldn't there be at least 3GB or even a little more available? What is your output of free -m? wonko@weird ~ $ zgrep HIGHMEM /proc/config.gz # CONFIG_NOHIGHMEM is not set CONFIG_HIGHMEM4G=y # CONFIG_HIGHMEM64G is not set CONFIG_HIGHMEM=y # CONFIG_DEBUG_HIGHMEM is not set Wonko