|
Maximum memory reported by /proc/meminfo in vanilla 2.4.26
Hi all,
Given an 8 GB RAM, what is the maximum of the memory I should expect
reported from /proc/meminfo ?
I'm using 2.4.26 Vanilla
Right now I can see ~3.3GB when cat-ing /proc/meminfo on that specific machine.
The kernel is not compiled with CONFIG_HIGHMEM64G, I just want to know if the value I get when catting meminfo is OK.
Thanks in advance,
Kobi.
# cat /proc/meminfo
total: used: free: shared: buffers: cached:
Mem: 3301101568 1523159040 1777942528 0 3514368 1450356736
Swap: 0 0 0
MemTotal: 3223732 kB
MemFree: 1736272 kB
MemShared: 0 kB
Buffers: 3432 kB
Cached: 1416364 kB
SwapCached: 0 kB
Active: 391084 kB
Inactive: 1030916 kB
HighTotal: 2359092 kB
HighFree: 940308 kB
LowTotal: 864640 kB
LowFree: 795964 kB
SwapTotal: 0 kB
SwapFree: 0 kB
|