Sponsored Content
Special Forums Hardware Filesystems, Disks and Memory Installed memory ≠ usable size? Post 302334088 by CRGreathouse on Tuesday 14th of July 2009 06:31:23 PM
Old 07-14-2009
Quote:
Originally Posted by otheus
When you have tuned it down to 128 MB RAM, and checked the memory size again, and if you're STILL missing 512 MB, then I'll eat my words. Ok?
My BIOS doesn't have an option to change video RAM.

I pulled out 2 GB of RAM so I only have 2 GB in the computer. But it's showing up as 2048 MB, not 1536 MB. So the problem only happens when I'm trying to use 4 GB.

So exactly 0 MB of my RAM is used as video RAM when I have only 2 GB installed.

Quote:
Originally Posted by otheus
The BIOS might be allocating 512 MB for hardware, but if it supports a 64-bit OS and a 64-bit address space, then that should not be a problem. You are using a newer (2008 -- his article was in 2007 and referred to "old" motherboards) Motherboard, and it appears it can support this configuration.
I hope that's the case. You can understand if I'm a little wary, though.

---------- Post updated at 06:31 PM ---------- Previous update was at 06:26 PM ----------

Quote:
Originally Posted by gustisok
Ubuntu 6 or 7, 64 bit, showed only 3.5 gb visible. Tried windows with PAE switch, same stuff as with windows 64 bit. Couldn't get my 4GB...

Went to the gigabyte's site, flashed the BIOS, and bang... I've got my 4GB all nice and shiny.
(I don't recommend flashing BIOS unless it fixes stuff you are actually having problem with since many things can go wrong. If you are desperate enough, give it a try.)
That sounds promising. I may try it.

Quote:
Originally Posted by gustisok
Btw - as Otheus said - check the BIOS settings.
As you probably know yourself, there's bunch of stuff to configure, might be there's some for RAM speed, etc that you missed or require manual setup.
The two things that I most wanted to change were RAM speed and video settings, but my BIOS doesn't seem to have options for either! It's strange, because I'm used to seeing both. Maybe the RAM speed is there and I just missed it because it was listed as a multiplier rather than a speed. Hmm...

Quote:
Originally Posted by gustisok
Also - check motherboard manual, might be there's some jumper that needs placing on a different spot (as with overclocking the processor in some cases - but I've never seen something like it for RAM before).
OK, I'll check that. I had a lot of trouble getting this computer to work -- the original motherboard never worked but conducted enough voltage that it fried the 3 (!) processors that were installed (one at a time, naturally -- two by me and the third by a Microcenter tech), so I've read the manual rather closely. But I haven't consulted it in the months since.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How to get amount of memory installed.

Hi! I'm not a UNIX fanatic but I like using it for the Oracle database since it's not stable in the Windows NT environment (what is?). Problem: Is there any command to show me the amount of installed physical-memory in the machine? Is there some other way to show the processes which uses... (4 Replies)
Discussion started by: elgholm
4 Replies

2. UNIX for Dummies Questions & Answers

Size of Installed RAM ?

Is it possible from the command line, or by looking at one of the log files to find out the amount of RAM installed on my SCO Unix 5.05 Server? I also need to find out H/Disk size and Processor speed but I think i'll do a search of the forums for those ones. Thanks RamblasPro (2 Replies)
Discussion started by: RamblasPro
2 Replies

3. UNIX for Advanced & Expert Users

memory size under AIX

Hi, how to know size of physical memory under AIX ? Many thanks. PS : man -k memory man : 0703-310 Fichier man introuvable. uname -a AIX server1 1 5 005202DF4C00 (3 Replies)
Discussion started by: big123456
3 Replies

4. Shell Programming and Scripting

User perl to get memory installed in a machine

I currently have a statistics gathering script i run on my Linux servers. One of the stat i gather is total memory in the machine. The script is all perl with the exception of gathering the memory for that i use the following command: $ram = (`cat /proc/meminfo | grep "MemTotal" | awk... (1 Reply)
Discussion started by: insania
1 Replies

5. UNIX for Advanced & Expert Users

Out of Memory error when free memory size is large

I was running a program and it stopped and showed "Out of Memory!". at that time, the RAM used by this process is around 4G and the free memory size of the machine is around 30G. Does anybody know what maybe the reason? this program is written with Perl. the OS of the machine is Solaris U8. And I... (1 Reply)
Discussion started by: lilili07
1 Replies

6. Solaris

Memory or CPU size

Is there a command or file I can look at that tells me how much real memory a machine has? A little background. In my shop we run a bunch of java programs, sometimes some of these jobs have config definitions that call for 2G. I would like to know how many I can run before I exhaust rescources. Any... (12 Replies)
Discussion started by: Harleyrci
12 Replies

7. UNIX for Dummies Questions & Answers

Getting file size from memory

i want to avoid writing to a file on the disk. i'd like to do this in memory. i have a situation where i'm running cat file.txt | head -l 2024 > /tmp/data.txt now, i check the size of the data.txt by doing a "du -sh /tmp/data.txt how can i get the size of "head -l 2024" WITHOUT having to... (2 Replies)
Discussion started by: SkySmart
2 Replies

8. Solaris

T5220 How to determine physical memory installed?

Hi, looking to upgrade memory on a pair of T5220's from 32GB to 64GB. Cannot determine current DIMM size and slots used. i.e. not sure if Qty 16 x 2GB or Qty 8 x 4GB. If there are no empty slots, i need to go with higher density DIMMs and retire exsisting the 2GB prtdiag follows. #... (3 Replies)
Discussion started by: edrew
3 Replies

9. Programming

Size of memory used by a program

Hello, Here is a portion of my code: a=(int *) malloc(dim*dim*sizeof(int)); b=(int *) malloc(dim*dim*sizeof(int)); c=(int *) malloc(dim*dim*sizeof(int)); for(i=0;i<dim;i++) for(j=0;j<dim;j++) c= rand(); for(i=0;i<dim;i++) for(j=0;j<dim;j++) b=rand(); ... (6 Replies)
Discussion started by: chercheur111
6 Replies

10. AIX

Installed Memory 32GB but shows only 16GB

Hello facing this problem in VIOS installed memory shows 32GB Installed system memory: 32 GB (32768 MB) Configurable system memory: 16 GB (16384 MB) Current memory available: 2.23 GB (2288 MB) Pending memory available: 2.23 GB (2288 MB) Reserved firmware memory: 560 MB ... (8 Replies)
Discussion started by: filosophizer
8 Replies
All times are GMT -4. The time now is 09:22 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy