Fedora Linux Support Community & Resources Center
  #1  
Old 22nd February 2011, 08:18 PM
jmesq32 Offline
Registered User
 
Join Date: Feb 2011
Posts: 2
linuxfedorafirefox
Memory problems

HI, I done a memory upgrade of my Linux Linux 2.6.35.11-83.fc14.i686.PAE #1 SMP Mon Feb 7 06:57:55 UTC 2011 i686 i686 i386 GNU/Linux . At this moment i have 3gib of memory but the system only see 2 gib.
Here is the outupt from the mem comand:

total used free shared buffers cached
Mem: 2060004 944836 1115168 0 90068 507484
-/+ buffers/cache: 347284 1712720

This my kernel version:

[root@Linux Jorge]# yum list installed |grep PAE
kernel-PAE.i686 2.6.35.11-83.fc14 @updates

Can you please help me to start see the avalible memory installed .
Reply With Quote
  #2  
Old 22nd February 2011, 10:11 PM
DBelton's Avatar
DBelton Offline
Administrator
 
Join Date: Aug 2009
Posts: 6,612
linuxfedorafirefox
Re: Memory problems

have you gone into your BIOS setup and make sure that the memory is being recognized by your system? Usually Fedora has no problem seeing memory added if the BIOS recognizes it.

It's possible that the extra memory you added is the wrong type and your BIOS isn't seeing it, or your system may have a 2GB maximum. If it's a 2GB maximum, a BIOS update may possibly correct it, it all depend on what motherboard/memory you have.
Reply With Quote
  #3  
Old 22nd February 2011, 10:17 PM
AndrewSerk Offline
Registered User
 
Join Date: Oct 2010
Posts: 888
linuxredhatfirefox
Re: Memory problems

In addition your
Quote:
[root@Linux Jorge]# yum list installed |grep PAE
kernel-PAE.i686 2.6.35.11-83.fc14 @update
s
only indicates that that kernel is installed. Make sure you are using a PAE kernel with:

Code:
uname -r
Reply With Quote
  #4  
Old 23rd February 2011, 12:10 AM
DBelton's Avatar
DBelton Offline
Administrator
 
Join Date: Aug 2009
Posts: 6,612
linuxfedorafirefox
Re: Memory problems

good point AndrewSerk, however since he only has 3GB, it wouldn't matter what kernel he's running, it should recognize and use it all. the standard i686 kernel, the PAE kernel and the 64 bit kernel will see 3GB of RAM.
Reply With Quote
  #5  
Old 23rd February 2011, 12:16 AM
AndrewSerk Offline
Registered User
 
Join Date: Oct 2010
Posts: 888
linuxfedorafirefox
Re: Memory problems

Quote:
Originally Posted by DBelton View Post
good point AndrewSerk, however since he only has 3GB, it wouldn't matter what kernel he's running, it should recognize and use it all. the standard i686 kernel, the PAE kernel and the 64 bit kernel will see 3GB of RAM.
Doh, You are correct, good catch DBelton
Reply With Quote
  #6  
Old 23rd February 2011, 01:58 AM
jpollard Online
Registered User
 
Join Date: Aug 2009
Location: Waldorf, Maryland
Posts: 6,108
linuxfedorafirefox
Re: Memory problems

What motherboard are you using?

Some of them require SIMMs to be installed in pairs, 3 GB is an odd number to get in pairs.
Reply With Quote
  #7  
Old 23rd February 2011, 11:24 PM
jmesq32 Offline
Registered User
 
Join Date: Feb 2011
Posts: 2
linuxfedorafirefox
Re: Memory problems

HI , i should told you before my computer is T43 IBM laptop , i have checked the bios settings and at the bios the amount of memory is correct it shows 3072gib . The service guide of this Machine tell me that the maximum memory supported is 2gib but i have another t43 that is running windows7 32 bits with the same amount o memory.
the windows see 3gig install to the system as available but it shares 1 gib with the on board video card.
Bios is updated 1,29 version .
this the output of commands at fedora 14.

free mem - total used free shared buffers cached
Mem: 2060004 1945480 114524 0 81552 1507692
-/+ buffers/cache: 356236 1703768
Swap: 4128764 0 4128764
lshw -memory
description: System Memory
physical id: 2c
slot: System board or motherboard
size: 3GiB
*-bank:0
description: SODIMM DDR Synchronous
physical id: 0
slot: DIMM 1
size: 2GiB
width: 64 bits
*-bank:1
description: SODIMM DDR Synchronous
physical id: 1
slot: DIMM 2
size: 1GiB
width: 64 bits
cat /proc/meminfo - MemTotal: 2060004 kB
MemFree: 102588 kB
Buffers: 81912 kB
Cached: 1508428 kB
SwapCached: 0 kB
Active: 662688 kB

top -MemTotal: 2060004 kB
MemFree: 102588 kB
Buffers: 81912 kB
Cached: 1508428 kB
SwapCached: 0 kB
Active: 662688 kB


Any suggestions .

Thanks
Reply With Quote
  #8  
Old 24th February 2011, 12:21 AM
diamond_ramsey's Avatar
diamond_ramsey Offline
Registered User
 
Join Date: Aug 2009
Posts: 752
linuxfedorafirefox
Re: Memory problems

Quote:
Originally Posted by jmesq32 View Post
...but it shares 1 gib with the on board video card...
QED.

That was going to be my question.

Update ==> Food for thought -

* How about you "update" the amount of memory allocated to video and see how this "impacts" your available memory as seen in Fedora?

I believe this probably will. Let's see.

Hope this helps.
__________________
2 dual cores, 11 GB RAM, F14 Laughlin - 2.6.35.14-106.fc14.x86_64 & 2.6.35.14-106.fc14.i686.PAE
2 dual cores, 11 GB RAM, F15 Lovelock - 2.6.43.8-2.fc15.x86_64 & 2.6.43.8-2.fc15.i686
3 dual cores, 19 GB RAM, F16 Verne - 3.6.2-1.fc16.x86_64 & 3.6.2-1.fc16.i686
2 dual cores, 11 GB RAM, F17 Beefy Miracle - 3.6.2-4.fc17.x86_64 / .i686
16 x86_64 computing cores,80 GB RAM & 8 SATA Seagate 7200.12 500 GB harddisks

Last edited by diamond_ramsey; 24th February 2011 at 12:34 AM.
Reply With Quote
  #9  
Old 24th February 2011, 01:02 AM
DBelton's Avatar
DBelton Offline
Administrator
 
Join Date: Aug 2009
Posts: 6,612
linuxfedorafirefox
Re: Memory problems

I agree. I believe the difference will be what it uses for video ram. On that machine, there really isn't any reason to have 1GB for video memory. I would drop that back to 512MB at the most.
Reply With Quote
  #10  
Old 2nd March 2011, 01:42 PM
droidhacker Offline
Registered User
 
Join Date: Oct 2009
Posts: 824
linuxfedorafirefox
Re: Memory problems

Hate to say it, but this really sounds like a chipset limitation. The book says it can't do more than 2 GiB, then I really suspect that that is your limit. Allocating more to the video card may simply be a way to get around this limit slightly.
Reply With Quote
  #11  
Old 2nd March 2011, 03:55 PM
stevea's Avatar
stevea Offline
Registered User
 
Join Date: Apr 2006
Location: Ohio, USA
Posts: 8,302
linuxfedorafirefox
Re: Memory problems

Quote:
Originally Posted by jmesq32 View Post
HI , i should told you before my computer is T43 IBM laptop , i have checked the bios settings and at the bios the amount of memory is correct it shows 3072gib . The service guide of this Machine tell me that the maximum memory supported is 2gib but i have another t43 that is running windows7 32 bits with the same amount o memory.
the windows see 3gig install to the system as available but it shares 1 gib with the on board video card.
Bios is updated 1,29 version .
this the output of commands at fedora 14.

free mem - total used free shared buffers cached
Mem: 2060004 1945480 114524 0 81552 1507692
-/+ buffers/cache: 356236 1703768
Swap: 4128764 0 4128764
lshw -memory
description: System Memory
physical id: 2c
slot: System board or motherboard
size: 3GiB
*-bank:0
description: SODIMM DDR Synchronous
physical id: 0
slot: DIMM 1
size: 2GiB
width: 64 bits
*-bank:1
description: SODIMM DDR Synchronous
physical id: 1
slot: DIMM 2
size: 1GiB
width: 64 bits
cat /proc/meminfo - MemTotal: 2060004 kB
MemFree: 102588 kB
Buffers: 81912 kB
Cached: 1508428 kB
SwapCached: 0 kB
Active: 662688 kB

top -MemTotal: 2060004 kB
MemFree: 102588 kB
Buffers: 81912 kB
Cached: 1508428 kB
SwapCached: 0 kB
Active: 662688 kB


Any suggestions .

Thanks

Quit playing games and post the entire output of
cat /proc/meminfo
posting no command and only part of the output is a waste of everyone's time.
Cutting of the important details off and making ppl guess is BS.

BTW 'quote' or 'code' any output that requires indentation for readability.
__________________
None are more hopelessly enslaved than those who falsely believe they are free.
Johann Wolfgang von Goethe
Reply With Quote
  #12  
Old 2nd March 2011, 05:47 PM
jpollard Online
Registered User
 
Join Date: Aug 2009
Location: Waldorf, Maryland
Posts: 6,108
linuxfedorafirefox
Re: Memory problems

I would think 'code' would be better as it preserves any indentation.
Reply With Quote
Reply

Tags
memory, problems

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Memory Problems.....? whit3fir3 Hardware & Laptops 8 9th October 2009 03:37 AM
firefox - memory problems related to browser.cache.memory.capacity? slade17 Using Fedora 0 23rd September 2008 03:22 PM
Out Of Memory problems. My server is down. Memory logs attached. guarriman Using Fedora 8 22nd December 2007 11:32 PM
Memory problems Molybdeus Using Fedora 4 13th June 2006 03:38 AM


Current GMT-time: 01:45 (Saturday, 25-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat