Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 1st December 2011, 12:09 PM
Moore Offline
Registered User
 
Join Date: Jun 2011
Posts: 20
linuxfirefox
ram memory use in fedora 15

Hi,.
Can some one explain the following anomaly :

When I look for memory information on the laptop I get the following:

Code:
sudo dmidecode --type 17

# dmidecode 2.11
SMBIOS 2.6 present.

Handle 0x0013, DMI type 17, 28 bytes
Memory Device
	Array Handle: 0x0011
	Error Information Handle: Not Provided
	Total Width: 64 bits
	Data Width: 64 bits
	Size: 2048 MB
	Form Factor: SODIMM
	Set: None
	Locator: DIMM0
	Bank Locator: BANK 0
	Type: DDR3
	Type Detail: Synchronous
	Speed: 1067 MHz
	Manufacturer: 80CE
	Serial Number: 86BB7A0A
	Asset Tag: Unknown
	Part Number: M471B5673EH1-CF8  
	Rank: Unknown

Handle 0x0016, DMI type 17, 28 bytes
Memory Device
	Array Handle: 0x0011
	Error Information Handle: Not Provided
	Total Width: 64 bits
	Data Width: 64 bits
	Size: 2048 MB
	Form Factor: SODIMM
	Set: None
	Locator: DIMM2
	Bank Locator: BANK 2
	Type: DDR3
	Type Detail: Synchronous
	Speed: 1067 MHz
	Manufacturer: 80CE
	Serial Number: 86BB7A54
	Asset Tag: Unknown
	Part Number: M471B5673EH1-CF8  
	Rank: Unknown

So as I'd expect, it is 4G of RAM.


However when I do a top, it displays that only ~3G is available.

top - 12:07:46 up 2:32, 10 users, load average: 0.19, 0.18, 0.40
Tasks: 190 total, 1 running, 189 sleeping, 0 stopped, 0 zombie
Cpu(s): 2.7%us, 0.4%sy, 0.0%ni, 96.8%id, 0.0%wa, 0.0%hi, 0.1%si, 0.0
Mem: 3083312k total, 2919900k used, 163412k free, 214396k buffers
Swap: 5177340k total, 112k used, 5177228k free, 1940580k cached


Why is this the case?
I think on the previous version of fedora I had (fc 13), it was seeing the 4G.

thanks.
Reply With Quote
  #2  
Old 1st December 2011, 12:12 PM
diamond_ramsey's Avatar
diamond_ramsey Offline
Registered User
 
Join Date: Aug 2009
Posts: 752
macossafari
Re: ram memory use in fedora 15

Off-hand, do you know your kernel version?

- try a post of your uname -airvn output
__________________
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
Reply With Quote
  #3  
Old 1st December 2011, 12:15 PM
Moore Offline
Registered User
 
Join Date: Jun 2011
Posts: 20
linuxfirefox
Re: ram memory use in fedora 15

>uname -a
Linux madmax 2.6.38.8-35.fc15.i686 #1 SMP Wed Jul 6 14:46:26 UTC 2011 i686 i686 i386 GNU/Linux
Reply With Quote
  #4  
Old 1st December 2011, 07:20 PM
diamond_ramsey's Avatar
diamond_ramsey Offline
Registered User
 
Join Date: Aug 2009
Posts: 752
macossafari
Re: ram memory use in fedora 15

Quote:
Originally Posted by Moore View Post
>uname -a
Linux madmax 2.6.38.8-35.fc15.i686 #1 SMP Wed Jul 6 14:46:26 UTC 2011 i686 i686 i386 GNU/Linux
Looks like you have a Fedora 15, 32-bit installed system. Highly likely you will need to try a PAE kernel or a 64-bit install. Depends in your system and your needs. Is your laptop 64-bit?

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
Reply With Quote
  #5  
Old 1st December 2011, 10:08 PM
AdamW's Avatar
AdamW Online
Fedora QA Community Monkey
 
Join Date: Dec 2008
Location: Vancouver, BC
Posts: 3,763
linuxfirefox
Re: ram memory use in fedora 15

It's entirely normal for a non-PAE i686 kernel to do this. For some interesting info on why, see http://www.dansdata.com/askdan00015.htm . Dan mentions 'Windows' quite a lot but actually, most of the issues there affect any 32-bit, non-PAE OS.

If you installed the 64-bit version of Fedora you'd have all 4GB of RAM available, though 64-bit apps use more RAM than 32-bit apps; around 33% on average. So what you'd gain on the swings you'd lose on the roundabouts.

You could also install a 32-bit PAE kernel; you'd then have all 4GB available and no increased usage of RAM by apps, but you'd have a small general performance hit (I think it's 1-5% or so).

Or if you never actually get above 3GB of RAM used, you could just keep using the kernel you have.

(PAE is a sort of hack which allows 32-bit kernels to address RAM beyond the first 4GB of address space, but with a small performance hit).
__________________
Adam Williamson | awilliam AT redhat DOT com
Fedora QA Community Monkey
IRC: adamw | Twitter: AdamW_Fedora | identi.ca: adamwfedora
http://www.happyassassin.net
Reply With Quote
  #6  
Old 1st December 2011, 10:15 PM
Moore Offline
Registered User
 
Join Date: Jun 2011
Posts: 20
macossafari
Re: ram memory use in fedora 15

Thanks for the replies and info. Yes it is 32 bit OS on 64 bit system. With 32 bit I thought that it should in theory access all 4G. However I do remember some previous kernels I had having a pae tag. Thanks.
Reply With Quote
Reply

Tags
fedora, memory, ram

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
firefox - memory problems related to browser.cache.memory.capacity? slade17 Using Fedora 0 23rd September 2008 03:22 PM


Current GMT-time: 21:06 (Tuesday, 21-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