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

27th February 2012, 12:21 PM
|
|
Registered User
|
|
Join Date: Feb 2012
Location: Ho Chi Minh city, Viet Nam
Posts: 2

|
|
|
don't detect 4GiB memory. Help me!
I'm use laptop HP Compaq 8710w core2duo cpu 2.6GHz, Memory 4GiB
I'm just install Fedora 16 x86_x64. But it only detect 3.8Gib Memory.
What wrong at here? Please help me! Thank's so much!
|

27th February 2012, 01:27 PM
|
|
Registered User
|
|
Join Date: Aug 2009
Location: Waldorf, Maryland
Posts: 6,109

|
|
|
Re: don't detect 4GiB memory. Help me!
How much is reserved for your video? Some video interfaces take/use main memory for storage and that gets subtracted from the available memory.
Is the BIOS reserving memory? Some BIOS functions mirror parts of themselves into main memory for speed (or other purposes) and that can remove memory from the system. Usually the BIOS also includes a control to limit the amount.
Otherwise, you can use the PAE kernel instead. Since you only have 4G memory, the 64 bit use doesn't really buy you much (programs are bigger, requiring more storage than the 32bit versions).
|

27th February 2012, 02:12 PM
|
 |
"Registered User" T-Shirt Winner
|
|
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,128

|
|
|
Re: don't detect 4GiB memory. Help me!
What does the output of this command say?
Code:
cat /proc/meminfo | grep MemTotal
|

27th February 2012, 06:00 PM
|
|
Official Gnome 3 Sales Rep. (and Adminstrator)
|
|
Join Date: Jul 2011
Location: Leamington Spa, UK
Age: 30
Posts: 1,711

|
|
|
Re: don't detect 4GiB memory. Help me!
Quote:
Originally Posted by JamesLe
I'm use laptop HP Compaq 8710w core2duo cpu 2.6GHz, Memory 4GiB
I'm just install Fedora 16 x86_x64. But it only detect 3.8Gib Memory.
|
This is pretty normal. Only memory which is available to the page cache (file caching, buffers, user-space processes) is reported by most tools. Some memory is reserved by BIOS, hardware (e.g. video and DMA devices) and by the kernel itself, and is not available for the rest of the system.
---------- Post added at 06:00 PM ---------- Previous post was at 05:56 PM ----------
Quote:
Originally Posted by PabloTwo
Code:
cat /proc/meminfo | grep MemTotal
|
Redundant use of cat award.
Gareth
|

27th February 2012, 06:07 PM
|
 |
"Registered User" T-Shirt Winner
|
|
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,128

|
|
|
Re: don't detect 4GiB memory. Help me!
Yeah, I keep forgetting you can treat the files in /proc just like a regular file when it comes to grep.
Code:
BASH:~/-> grep MemTotal /proc/meminfo
MemTotal: 4031128 kB
There, happy now?
|

28th February 2012, 04:42 AM
|
|
Registered User
|
|
Join Date: Feb 2012
Location: Ho Chi Minh city, Viet Nam
Posts: 2

|
|
|
Re: don't detect 4GiB memory. Help me!
Thank's all friend for Reply!
I'll check my System.
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 16:01 (Saturday, 25-05-2013)
|
|
 |
 |
 |
 |
|
|