Sponsored Content
Full Discussion: my box can't see full memory
Operating Systems Linux my box can't see full memory Post 302264770 by Corona688 on Thursday 4th of December 2008 05:46:56 PM
Old 12-04-2008
Is your system 32-bit or 64-bit? While 32-bit systems can have more than 4GB of RAM installed, the amount of memory per program is still limited to 4GB. Or if Virtouzzo is a 32-bit program, it will likewise be limited to 4GB even under 64-bit. If you run 4 different virtual machines they will each get a different 4GB chunk though.
 

10 More Discussions You Might Find Interesting

1. Filesystems, Disks and Memory

Memory usage in the box

Hello: Environment is: Oracle 817 on IBM RS/6000 AIX 433 I have 4GB RAM on the box and Page/Swap is about the same. Presently I am using close to 1GB of RAM towards 5 instances of ORACLE production environments. How can I know, how much of memory/RAM is used for : Oracle Processes , I... (2 Replies)
Discussion started by: ST2000
2 Replies

2. Filesystems, Disks and Memory

Memory full (waiting)

Hi When I launch topas I have this result I have a memory problem. I don't know how see the process which waiting. How can I do that? Thanks all!!! (0 Replies)
Discussion started by: Castelior
0 Replies

3. Shell Programming and Scripting

memory full warning message

Hi I wrote a script #!/usr/bin/ksh #set -x for fs in `df -k|awk '{print $1}'|sed -n "3,14 p"` do x=`df -kl | grep $fs | awk '{ print $5 }'` y=50% if then message="File System `df -k |grep $fs |awk '{print $6\", \"$5}'`... (1 Reply)
Discussion started by: namishtiwari
1 Replies

4. UNIX for Dummies Questions & Answers

monitoring cpu and memory of the unix box

Hi all, Unix has the TOP and SAR command to monitor machine's performance. Can it be used in a script to alert if the cpu utilization is more than 80 or memory used is more than 90. Is SAR preferable than TOP? Please advise. (3 Replies)
Discussion started by: er_ashu
3 Replies

5. HP-UX

help me decipher how much memory on my box

hi, if I do top, I get Memory: 19277012K (5868296K) real, 33860312K (11294208K) virtual, 795392K free If I do swapinfo -tm I get: % swapinfo -tm Mb Mb Mb PCT TYPE AVAIL USED FREE USED dev 16384 0 16383 0% dev ... (3 Replies)
Discussion started by: JamesByars
3 Replies

6. Solaris

Memory of box

I have certain questions. 1) How can i see the memory of the unix box. 2) How can i see the size of the database on the box 3)can anyone suggest an article or tutorial that explains the concept of file systems and mount point in UNIX. 4)How can i see the dblink on the server I... (5 Replies)
Discussion started by: asalman.qazi
5 Replies

7. Solaris

Memory issue on solaris10 box

my system has 128G of installed memory. top, vmstat shows the system has just over 10G of free memory on the system. but as per prstat o/p the usage is just 50-55G is there anyway i can find which process/zone is using more memory ? System has 3 zones and all running application servers. ... (1 Reply)
Discussion started by: fugitive
1 Replies

8. Solaris

Oracle memory usage on Solaris box

I am working on Oracle 2 node RAC 10.2.0.4 on Solaris 10 T2000 kit. The box has around 32G of memory of which 24G is used by oracle user. There is 3G of free memory on the box. Sga max is set to 5G and while checking v$pgastat i see that maximum pga memory memory allocated was 6.5G. So oracle... (29 Replies)
Discussion started by: prabumohan
29 Replies

9. AIX

Memory full

I need second opinion: I have a AIX system (5.3) and it is at 100% usage of ram now how to deal with this, without affecting the system, because it's a production system ? here is the information about the system: bash-3.2# svmon size inuse free ... (4 Replies)
Discussion started by: misterx12345
4 Replies

10. UNIX for Advanced & Expert Users

Memory fragmentation in a Linux settop box

Being a moderator at openATV, a forum for Linux settup boxes, I have seen reports, and sometimes am experiencing myself, artefacts during video playback or timeshift. As the artefacts are non repetetive (rewinding and watching again does not show artefacts), I can exclude a corrupted video source.... (23 Replies)
Discussion started by: Fischreiher
23 Replies
alwaysdump(5)							File Formats Manual						     alwaysdump(5)

NAME
alwaysdump - defines which classes of kernel memory pages are dumped when a kernel panic occurs VALUES
Failsafe Default (Allow the kernel to choose which classes to dump.) Allowed values Integer values from to The integer value should be the sum of the integer values for the included classes as follows: 2 : Unused pages 4 : User pages 8 : Buffer cache 16 : Kernel text pages 32 : Process stack 64 : File-system Metadata 128 : Kernel dynamic data 256 : Kernel static data 512 : Unused superpage pool Recommended values (Allow the kernel to choose which classes to dump.) The value the kernel usually chooses is = and are needed for debugging any kernel problem. is needed for debugging file system problems. is needed for debugging problems involving user space applications. and are not usually needed for debugging. DESCRIPTION
On large systems, the time required to dump system memory when a kernel panic occurs can be excessive or even prohibitive, depending on how much physical memory is installed in the system. Fast-dump capabilities controlled by the and parameters provide a means for restricting kernel dumps to specific types of information: . Unused Physical Memory . User Process . Buffer Cache . Kernel Code . Process Stack . File-System Metadata . Kernel Dynamic Data . Kernel Static Data . Unused Superpage Pool The command, and its associated configuration file control which of these memory classes are to be included in the memory dumps associated with a kernel panic. On rare occasions, the system may panic before crashconf(1M) is run during the boot process. On those occasions, the configuration can be set using the and tunables. The bit-map value stored in specifies which of these memory classes are to be included in the memory dumps associated with a kernel panic. The default value for this parameter is The system determines whether or not to dump classes of memory based on the type of crash that occurs, in this case. Note that certain types of system crash, require a full crash dump. Also, the system operator may request a full crash dump at the time the dump is taken. In either of these cases, a full dump will be performed regardless of the classes selected using Who Is Expected to Change This Tunable? Only HP Field engineers should change the value of this tunable. Restrictions on Changing Changes to this tunable take effect at next reboot. Use to change the selection of pages to take effect immediately. When Should the Tunable Be Turned On? This tunable should be turned on to include certain classes of pages in the dump when there is a system crash. What Are the Side Effects of Turning the Tunable On? If pages unnecessary for analyzing the dump are included, then the dump will take longer. When Should the Tunable Be Turned Off? The tunable is turned off by default. What Are the Side Effects of Turning the Tunable Off? The system decides the page classes that must be dumped based on the type of crash. What Other Tunables Should Be Changed at the Same Time? The tunable should not contain the same page classes as WARNINGS
All HP-UX kernel tunable parameters are release specific. This parameter may be removed or have its meaning changed in future releases of HP-UX. Installation of optional kernel software, from HP or other vendors, may cause changes to tunable parameter values. After installation, some tunable parameters may no longer be at the default or recommended values. For information about the effects of installation on tun- able values, consult the documentation for the kernel software being installed. For information about optional kernel software that was factory installed on your system, see at AUTHOR
was developed by HP. SEE ALSO
crashconf(1M), dontdump(5). Tunable Kernel Parameters alwaysdump(5)
All times are GMT -4. The time now is 03:08 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy