Real != Available Memory

Hello Everyone

For some Time I used FreeBSD i386 on a Dell Workstation mainly because of missing 64bit nvidia drivers. Now I've switched and added some more memory, but can only use 2938 MB.
Bios correctly detects 6GB of Ram.
Any way FreeBSD can use all of those 6GB Ram too?

Code:
FreeBSD 8.0-STABLE #4 r200295: Wed Dec  9 17:06:47 CET 2009

real memory  = 6442450944 (6144 MB)
avail memory = 3081572352 (2938 MB)
 
32-bit FreeBSD can only use 4 GB of RAM, unless you use the PAE kernel, but that still limits each process to 4 GB of memory.

In order to make full, proper use of RAM over 4 GB, you need to use the 64-bit version of FreeBSD.

(Note: this is a limitation of the hardware, not the OS. It's the same for all OSes.)
 
can you check whether your Dell is on the latest firmware? they're so buggy some of the most unusual errors get "fixed" with each release...
 
Awesome really good Hint!

Code:
real memory  = 6442450944 (6144 MB)
avail memory = 6162030592 (5876 MB)

Think I recall that being the max amount this Machine can manage.
 
glad it worked... we have Dell (networking and app servers) and Supermicro (for the NAS and iSCSI SAN), let me know if you run into more probs with the hardware (still learning FreeBSD, but luckily found this AWESOME forum)
 
Back
Top