Fix total memory showing negative numbers

IT_Architect

Verified User
Joined
Feb 27, 2006
Messages
1,094
FreeBSD 6.1 OS, with 4 Gigs, the Total Memory in System Information shows -200.605 MB for total memory. It looks like a blown signed integer.
 
Total memory is completely wrong on our new Freebsd 6.2.

Processor Name AMD Opteron(tm) Processor 252 (2589.17-MHz 686-class CPU)
Total Memory 3063.4 MB
Free Memory 2903.21 MB
System Uptime 0 Days, 1 Hours and 1 Minutes
Apache 1.3.37 Running
DirectAdmin Running
Exim 4.67 Running
MySQL 5.0.22 Running
Named 9.3.3 Running
ProFTPd 1.3.0a Running
sshd Running
dovecot 1.0.1 Running

Total Memory should say 4gb not 3. And the processor is a Dual Operton, 2x2.6. It only displays as a single CPU.
 
Post the output of these two commands:
Code:
cat /proc/meminfo
cat /proc/cpuinfo
Jeff
 
Back
Top