LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Ram (https://www.linuxquestions.org/questions/linux-general-1/ram-380228/)

pave 11-05-2005 12:10 PM

Ram
 
I have 2 GB of physical memory (RAM) and when I run "top" or "free" it always shows total: 905288 only. Can someone tell me why?

mimithebrain 11-05-2005 12:39 PM

Perhaps your kernel isn't configured to handle that much RAM.

You may need to recompile your kernel to have that much ram, or maybe I'm wrong and it's just a software issue.

btmiller 11-05-2005 04:19 PM

You should install a "highmem" kernel if your distro supplies one. Otherwise you will probably have to recompile with highmem support. Kernels without highmem support can only access around 950 MB of RAM. This is done for efficiency purposes -- handling more RAM makes the memory manager slightly less efficient, but in your case with that much RAM it would definitely be worth it.

pave 11-06-2005 07:48 AM

That helped. Thanx!


All times are GMT -5. The time now is 09:39 AM.