View previous topic :: View next topic |
Author |
Message |
Cr0t l33t
Joined: 27 Apr 2002 Posts: 945 Location: USA
|
Posted: Tue Aug 20, 2002 2:35 am Post subject: 1GB RAM - I get only 877MB |
|
|
I have a really strange problem. I should have 1024MB RAM but I only get 877MB RAM in Linux. Even sensors tells me that I have one 512MB stick and two 256MB sticks. I played around with lilo's mem option but nothing changed I still have (only) 877MB RAM.sensors | grep SDRAM
Memory type: SDRAM DIMM SPD
SDRAM Size (MB): 256
Memory type: SDRAM DIMM SPD
SDRAM Size (MB): 256
Memory type: SDRAM DIMM SPD
SDRAM Size (MB): 512
I used the memtest86 Program to see if memtest86 finds the 1024MB... memtest86 finds 1024MB RAM even the BIOS tells me that I have 1024MB of RAM but not gentoo... any ideas? _________________ cya |
|
Back to top |
|
|
delta407 Bodhisattva
Joined: 23 Apr 2002 Posts: 2876 Location: Chicago, IL
|
Posted: Tue Aug 20, 2002 7:30 am Post subject: |
|
|
Enable high memory support in your kernel and life should be good. _________________ I don't believe in witty sigs. |
|
Back to top |
|
|
Cr0t l33t
Joined: 27 Apr 2002 Posts: 945 Location: USA
|
Posted: Tue Aug 20, 2002 5:04 pm Post subject: |
|
|
delta407 wrote: | Enable high memory support in your kernel and life should be good. |
(4GB) High Memory Support is on. _________________ cya |
|
Back to top |
|
|
deathdruid Guru
Joined: 25 Jul 2002 Posts: 343 Location: Philadelphia, PA, USA
|
Posted: Wed Aug 21, 2002 5:05 am Post subject: Kernel FAQ |
|
|
Some of your RAM is being set aside for kernel mapping of virtual addresses to physical addresses and other overhead associated with CONFIG_HIGHMEM. For example, in a 4 GB machine, only 3 GB is set aside for userspace, while the kernel allocates 1GB for its use. See here for a nice explanation.
Hope this helps,
Rahul |
|
Back to top |
|
|
Cr0t l33t
Joined: 27 Apr 2002 Posts: 945 Location: USA
|
Posted: Wed Aug 21, 2002 5:18 pm Post subject: |
|
|
I recompiled the Kernel twice and now it's working _________________ cya |
|
Back to top |
|
|
|