Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 03 Oct 2007 20:03:27 +0200
From:      Ivan Voras <ivoras@freebsd.org>
To:        freebsd-stable@freebsd.org
Subject:   Re: Panic with RELENG_6_2 on DELL PE 4600 with PAE
Message-ID:  <fe0lhg$t21$1@sea.gmane.org>
In-Reply-To: <4703D5B6.4070003@seclark.us>
References:  <47039CB4.5040306@seclark.us>	<4703C245.9000104@mac.com>	<4703C4FB.4030809@seclark.us>	<4703C687.2010201@mac.com> <4703D5B6.4070003@seclark.us>

next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
--------------enig3FB33DA356BB7E0FBFB917CA
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

Stephen Clark wrote:

> looking at kmem_suballoc which calls vm_map_find which returns
> KERN_NO_SPACE
> which is defined as 3.
>=20
> Why would there be no space when I have 24GB of memory?

1. Any process, including the kernel can only allocate up to 4 GB of
memory on a 32-bit system (since a 32-bit integer can only hold that
many values)
2. The kernel is further constrained so the user programs can get enough
memory
3. Kernel structures for tracking and using memory are also stored in
kernel memory. 24 GB of memory with PAE probably "eats up" a lot of
those. I think you'll need to increase kmem_size (see
http://wiki.freebsd.org/ZFSTuningGuide for an example - ignore
ZFS-specific things).


--------------enig3FB33DA356BB7E0FBFB917CA
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHA9lvldnAQVacBcgRAvEGAJ9iOay+STukvDpdmrrVTkHnxosSQgCfZOuG
o7Q5EHWdqtjIkAVt3AyZtE8=
=7/Om
-----END PGP SIGNATURE-----

--------------enig3FB33DA356BB7E0FBFB917CA--




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?fe0lhg$t21$1>