8GB RAM: PAE or not PAE?

John Baldwin jhb at freebsd.org
Wed Sep 26 09:06:25 PDT 2007


On Tuesday 04 September 2007 05:50:58 pm Martin Cracauer wrote:
> err wrote on Wed, Aug 29, 2007 at 05:42:36PM +0200: 
> > Hi
> > 
> > I have an HP DL380 quad core with 8GB of RAM and SAS disks in RAID, with freebsd 6 STABLE on it. 
> > 
> > Everything works fine, except for the RAM addressing problem: freebsd sees only 4GB.
> > I know it have been discussed, but it could be a problem to me for running a 64bit compiled system; what is the stability of a kernel compiled with the PAE option?
> > 
> > I've a kernel with no modules, and before trying PAE I would know for other people experiences...
> > In particular I'm interested in the behavior of ciss, bce, em and usb stuff, and application like Perl, Ruby, PHP 5, MySQL server, heavy MAWK and bzip2 load.
> 
> Usb? Ugh.
> 
> But last time I ran i386+PAE was 6.2-beta and it ran fine with 8 GB
> and 8 processors, well enough to complete a complex benchmark suite.
> I wouldn't know about USB and other non-primary drivers.
> 
> You should also be able to run a 100% 32 bit userland with a 64 bit
> kernel.  I'll have to do that next weekend or whenever I find time,
> for other reasons.

You can't quite do this because some system binaries like ps(1), netstat(1),
etc. (just about anything using libkvm) are very intimately involved with
the running kernel, so you need 64-bit versions of those binaries.

-- 
John Baldwin


More information about the freebsd-hardware mailing list