Hi,.
Can some one explain the following anomaly :
When I look for memory information on the laptop I get the following:
Code:
sudo dmidecode --type 17
# dmidecode 2.11
SMBIOS 2.6 present.
Handle 0x0013, DMI type 17, 28 bytes
Memory Device
Array Handle: 0x0011
Error Information Handle: Not Provided
Total Width: 64 bits
Data Width: 64 bits
Size: 2048 MB
Form Factor: SODIMM
Set: None
Locator: DIMM0
Bank Locator: BANK 0
Type: DDR3
Type Detail: Synchronous
Speed: 1067 MHz
Manufacturer: 80CE
Serial Number: 86BB7A0A
Asset Tag: Unknown
Part Number: M471B5673EH1-CF8
Rank: Unknown
Handle 0x0016, DMI type 17, 28 bytes
Memory Device
Array Handle: 0x0011
Error Information Handle: Not Provided
Total Width: 64 bits
Data Width: 64 bits
Size: 2048 MB
Form Factor: SODIMM
Set: None
Locator: DIMM2
Bank Locator: BANK 2
Type: DDR3
Type Detail: Synchronous
Speed: 1067 MHz
Manufacturer: 80CE
Serial Number: 86BB7A54
Asset Tag: Unknown
Part Number: M471B5673EH1-CF8
Rank: Unknown
So as I'd expect, it is 4G of RAM.
However when I do a top, it displays that only ~3G is available.
top - 12:07:46 up 2:32, 10 users, load average: 0.19, 0.18, 0.40
Tasks: 190 total, 1 running, 189 sleeping, 0 stopped, 0 zombie
Cpu(s): 2.7%us, 0.4%sy, 0.0%ni, 96.8%id, 0.0%wa, 0.0%hi, 0.1%si, 0.0
Mem: 3083312k total, 2919900k used, 163412k free, 214396k buffers
Swap: 5177340k total, 112k used, 5177228k free, 1940580k cached
Why is this the case?
I think on the previous version of fedora I had (fc 13), it was seeing the 4G.
thanks.