Sponsored Content
Operating Systems Linux Red Hat red hat Linux 5.0 is detecting 3gb ram but physical ram is 16gb Post 302272829 by reborg on Thursday 1st of January 2009 07:18:01 AM
Old 01-01-2009
A 32 bit OS cannot natively address 16GB of RAM. You are simply seeing the amount of memory your OS can address. You will have to use the 64 it OS to see the full 16 GB.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How much RAM does RH Linux need?

I wish to install Red Hat linux 7.1 on a machine with 16mb of EDO Ram. When I enter the instalation process I am told 'You do not have enough memory'. Is there a way to install RHL with only the 16? Or will I have to upgrade and buy some very expensive EDO. ~ Paul (3 Replies)
Discussion started by: KrazyGuyPaul
3 Replies

2. Debian

what is the best linux ver for p100 16 ram

Hello all i own p100 16ram laptop , i would like to run linux on it i need it for gcc compilation and shell scripting , no gui. what version of linux should i install , i dont mind to install old one . tnx allot (5 Replies)
Discussion started by: umen
5 Replies

3. Solaris

getting available physical RAM

What command should I be using on Solaris 9 to get an accurate representation of the available physical RAM? (4 Replies)
Discussion started by: dangral
4 Replies

4. Shell Programming and Scripting

To find the RAM size for an Linux server.

Hi Gurus, Can someone let me know how to find the RAM size,ROM size and Number of processors for a linux server. Version :Linux 2.4.9-e.57smp Also what does "e.57smp" stands for? Thanks in advance gurus..... cheers. (3 Replies)
Discussion started by: navojit dutta
3 Replies

5. Solaris

RAM Physical Memory usage by each Process.

Hi All, I am trying to find the physical memory usage by each process/users. Can you please let me know how to get the memory usage?. Thanks, bsraj. (12 Replies)
Discussion started by: bsrajirs
12 Replies

6. Solaris

Solaris sun4v - how do you determine physical RAM?

I have a Sun T5120, and I want to programmatically determine how much RAM it has. # uname -a SunOS myhost 5.10 Generic_141444-09 sun4v sparc SUNW,SPARC-Enterprise-T5120 The box has 64Gb; I tried prtdiag and prtconf, but they give me bogus info prtconf gives me: # prtconf |grep -i... (12 Replies)
Discussion started by: thomn8r
12 Replies

7. Cybersecurity

root cannot write to Linux RAM

void main() { long ((long)(&array)); int x; for (;;) { (array) =+ 1023; printf("%c", array); } } What is wrong with this code to print Linux RAM? (13 Replies)
Discussion started by: Alux
13 Replies

8. Red Hat

Physical RAM

Hi, I have a server (BL460c) with 32G of physical RAM. It currently only uses approx 5% its capacity but will use more (not sure how much more) pending the launch of further applications. If I need to build another node of similar functionality should I consider downgrading the physical... (2 Replies)
Discussion started by: Duffs22
2 Replies

9. Solaris

ZFS : Can arc size value exceed Physical RAM ?

Hi, kstat -p -m zfs -n arcstats -s size returns zfs:0:arcstats:size 8177310584 this values is approx (7.61 GB) but my Physical Memory size is only 6144 Megabytes. Can this happen ? if yes, then how can I find free memory on the system. BTW, I ran the kstat commands from a Non... (2 Replies)
Discussion started by: sapre_amit
2 Replies

10. Red Hat

Linux Red Hat AS3 Network card is not detecting ...

Dear Expert, I 've installed Redhat linux AS3, My machine having Inbuild network card (Intel(R) 82566DM-2 Gigabit Network Connection). I've downloaded e1000e-2.3.2 from Intel site, but its not working for my machine. I'm unable to configure the Network. ifconfig eth0 xx.xx.xx.xx netmask... (0 Replies)
Discussion started by: Mohammed Faiz
0 Replies
eqmemsize(5)							File Formats Manual						      eqmemsize(5)

NAME
eqmemsize - determines the minimum size (in pages) of the equivalently mapped reserve pool (OBSOLETED) DESCRIPTION
This tunable has been obsoleted and removed. If it is desired to control the total amount of equivalently mapped memory available to the kernel after boot, then use the new tunable (see eqmem_limit(5)). Note that generally speaking, systems where it was useful to set will not need to set Equivalently mapped memory is memory which is given the same physical and virtual address. On PA-RISC systems, this is required to support on-line addition of memory, and may be useful for some applications and some I/O devices. HP-UX 11i Version 2 maintained a (small) reserve of equivalently mapped pages, which could be used for no other purpose. It could also potentially equivalently map any page having a physical address below the maximum kernel virtual address, but only if it happened to find both the virtual and physical addresses available; this rarely happened, except immediately after boot. The tunable was used to size this reserve. It was kept quite small, except on systems known to use such memory, where the reserve pool size would be increased using the tunable. The equivalent memory allocator was completely rewritten after HP-UX 11i Version 2. The current version of the equivalent memory allocator decides, at boot, which pages it will consider to be equivalently mappable. It makes the corresponding virtual addresses unavailable for other purposes, thereby ensuring that if the physical page is available, it will be possible to map it equivalently. This allows such pages to be used for other purposes, and still be reliably reused for equivalent mappings. Thus no reserve is required. The tunable places a cap on the total amount of memory which will be considered equivalently mappable. Such pages are treated almost identically to other pages, but not quite. The differences only matter on Cache-Coherent Non-Uniform Memory Access (ccNUMA) systems, where in some circumstances these differences can result in reduced performance. On such systems the tunable may be used to reduce the total amount of memory that will be designated equivalently mappable down to the maximum expected to actually be needed. (Normally the kernel makes a very conservative estimate of the total amount that might be needed.) See eqmem_limit(5) for details. AUTHOR
was developed by HP. SEE ALSO
eqmem_limit(5). OBSOLETED
Tunable Kernel Parameters eqmemsize(5)
All times are GMT -4. The time now is 05:54 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy