From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vasiliy G Tolstov Subject: Re: linux kernel 2.6.37 Date: Tue, 25 Jan 2011 20:35:29 +0300 Message-ID: <1295976929.2269.26.camel@mobile> References: <4D384204020000260001866B@hibbing.edu> <1295554269.22720.6.camel@mobile> <20110120201937.GR2754@reaktio.net> <1295563321.22720.17.camel@mobile> <20110121153056.GA4698@dumpdata.com> <1295626578.32475.2.camel@mobile> <1295900343.2349.6.camel@mobile> <20110125144523.GB7238@dumpdata.com> Reply-To: v.tolstov@selfip.ru Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20110125144523.GB7238@dumpdata.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Konrad Rzeszutek Wilk Cc: Don Brearley , xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On Tue, 2011-01-25 at 09:45 -0500, Konrad Rzeszutek Wilk wrote: > I think I know why this is happening = the > kernel allocates pagetables as if you have 4GB of memory and that eats much of low memory. > If you decrease the 'maxmem' you should see a smaller amount being used. > And why xenlinux kernel from centos (2.6.18-194.26.1.el5xen) displays all memory as available: cat /proc/meminfo under 2.6.37 (iommu=off acpi=off): MemTotal: 447220 kB cat /proc/meminfo under 2.6.18-194.26.1.el5xen: MemTotal: 524288 kB ?