Bug 20272

Summary: 128MB memory only showing up as 64MB
Product: [Retired] Red Hat Linux Reporter: Need Real Name <wysen>
Component: gtopAssignee: Elliot Lee <sopwith>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 7.0CC: nos
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-11-05 16:42:58 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Need Real Name 2000-11-03 08:36:32 UTC
The mother board is definitly showing both 64MB chips installed and
working.  But both top and gtop show only 64MB of memory available.  The
system has 128M total but any memory past 64M is being swapped.

Comment 1 penguins 2000-11-03 13:51:38 UTC
reboot your machine, write down the amount of memory in kilobytes that your machine shows during post.
When lilo comes up, type 'linux mem=xxxxxxk' where 'xxxxxx' is the number your machine gave you.  If you boot up successfully, cat /proc/meminfo
or run top whatever and see if it has all your memory.  It should if it booted up.  
add the following to /etc/lilo.conf.  
append="mem=xxxxxxk"
where 'xxxxxx' is the amount of memory shown in kilobytes when your machine POST's.  Make sure you rerun LILO before you reboot.

Comment 2 Jonas Israelsson 2000-11-05 16:38:09 UTC
i had the same problem , boot command 'linux mem=128' made the hole pc to hang 
during boot but this helped , thanks ! 


Comment 3 Jonas Israelsson 2000-11-05 16:42:56 UTC
What i wanted to say but forgot was that the 'mem=128' i found in the manuals 
and not a word about 'mem=xxxxxxk' if not avalible there may be someone should 
add it.

Comment 4 Elliot Lee 2001-01-23 00:55:47 UTC
It should be "mem=128M" not "mem=128".