After upgrading my kernel to 2.4.9-13, I am not seeing all the memory in the
machine

This is on a Proliant 2500, 1CPU, 256M Ram

Am I missing something???

PS: I Also tried the rawhide kernel-2.4.16-0.5 and it did the same thing as
2.4.9-13.

With 2.4.7-10 (Memory is OK):

[root@enigma root]# cat /proc/meminfo
        total:    used:    free:  shared: buffers:  cached:
Mem:  261726208 117706752 144019456        0 32415744 31182848
Swap: 1069015040        0 1069015040
MemTotal:       255592 kB
MemFree:        140644 kB
MemShared:           0 kB
Buffers:         31656 kB
Cached:          30452 kB
SwapCached:          0 kB
Active:           3508 kB
Inact_dirty:     58600 kB
Inact_clean:         0 kB
Inact_target:       76 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:       255592 kB
LowFree:        140644 kB
SwapTotal:     1043960 kB
SwapFree:      1043960 kB
NrSwapPages:    260990 pages

With 2.4.9-13 (Only seeing a part):

[root@enigma root]# cat /proc/meminfo
        total:    used:    free:  shared: buffers:  cached:
Mem:  13807616 12738560  1069056        0   868352  7426048
Swap: 1069015040  5005312 1064009728
MemTotal:        13484 kB
MemFree:          1044 kB
MemShared:           0 kB
Buffers:           848 kB
Cached:           4244 kB
SwapCached:       3008 kB
Active:           4416 kB
Inact_dirty:      3276 kB
Inact_clean:       408 kB
Inact_target:     4096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:        13484 kB
LowFree:          1044 kB
SwapTotal:     1043960 kB
SwapFree:      1039072 kB

Here is my grub.conf:

title Red Hat Linux (2.4.9-13)
        root (hd0,0)
        kernel /vmlinuz-2.4.9-13 mem=256M ro root=/dev/md3
        initrd /initrd-2.4.9-13.img
title Red Hat Linux (2.4.7-10)
        root (hd0,0)
        kernel /vmlinuz-2.4.7-10 mem=256M ro root=/dev/md3
        initrd /initrd-2.4.7-10.img

TIA
Louis Francoeur




_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to