Sponsored Content
Full Discussion: heap size for JVM!
Special Forums Hardware Filesystems, Disks and Memory heap size for JVM! Post 21030 by hugo_perez on Thursday 9th of May 2002 09:09:43 AM
Old 05-09-2002
For the AIX:

a- Edit the /etc/security/limits

Note: See the ulimit command.

For Sun (increase of FS):
If Solaris 8, for free learn about solstice disk-suite :

SUNWdsab Solstice DiskSuite 4.2.1 Collection
SUNWmdg Solstice DiskSuite Tool
SUNWmdnr Solstice DiskSuite Log Daemon Configuration Files
SUNWmdnu Solstice DiskSuite Log Daemon
SUNWmdr Solstice DiskSuite Drivers
SUNWmdu Solstice DiskSuite Commands
SUNWmdx Solstice DiskSuite Drivers(64-bit)

Else with wallet: Veritas Volume Manager and Veritas File System

Good luck, Hugo.
 

10 More Discussions You Might Find Interesting

1. Filesystems, Disks and Memory

heap size!

I'm a new guy to this field and I'm learning a lot about UNIX! Can any explan to me what exactly does 'heap size' mean and how can i increase the size for AIX 4.3.3? (2 Replies)
Discussion started by: i2admin
2 Replies

2. UNIX for Advanced & Expert Users

monitor jvm heap size

I'm running websphere 4.5 on AIX 5 with java 1.3 and would like to find out the following: How much memory is allocated to each JVM, and how much of the allocated heap size is actually being used by a specific JVM? (0 Replies)
Discussion started by: rein
0 Replies

3. Shell Programming and Scripting

script to gather weblogic jvm heap size stats

Hello, has anyone written something that will monitor/gather weblogic heap info ? I need to gather size, high/low stats to a file that I can upload to a speadsheet thanks for your help! (2 Replies)
Discussion started by: galenw
2 Replies

4. Programming

Heap and stack

Hi, I have a basic doubt here. Consider the following code snippet: main() { int *a; . . } Here the memory for a gets allocated in heap or stack. (5 Replies)
Discussion started by: naan
5 Replies

5. Shell Programming and Scripting

Finding Heap size Command--Urgent

Hi Friends, i need a unix command to check the heap space availability on unix system as I am getting following error: Error occurred during initialization of VM Could not reserve enough space for object heap Error occurred during initialization of VM Could not reserve enough space for... (2 Replies)
Discussion started by: Anji
2 Replies

6. HP-UX

Heap fragementation on HPUX

The Resident size(as observed from top) of my process is increasing. But, the behaviour is very random. My process works on request reponse model. So when i put some request load on my process the memory starts increasing. For initial few hours (approx ~3 hrs) it increase at a rapid rate and after... (1 Reply)
Discussion started by: atgoel
1 Replies

7. HP-UX

Heap fragmentation on HPUX

Hi All, We are facing issues on HPUX with the C heap region growing. We use a product for CRM by name ClarifyCRM and it uses a native layer for DB access. so there are best practices in place to actual control memory. recently we have seen issues that the C heap region is growing faster than... (0 Replies)
Discussion started by: ramchand75
0 Replies

8. UNIX for Dummies Questions & Answers

Checking heap memory size for java app

Hi I have one Java application installed in my Solaris system. Is there a way to find out the heap memory allocated size/used size/free size for the particular Java process? If anyone knows the command, please let me know. Even I appreciate if I have any scripts to find out the same. ... (0 Replies)
Discussion started by: nthiruvenkatam
0 Replies

9. Programming

find size of heap allocated

I want to find the size of the total memory allocated on the heap for the following statement: int* a = new int;How can I use the sizeof operator for this? I used: printf("\t===> %d\n",sizeof(*a)); Is this statement correct? I have asked the question because when I checked the memory of... (13 Replies)
Discussion started by: rupeshkp728
13 Replies

10. Solaris

How to increase jvm size for solaris 10 (sparc) operating system

Hi, I have solaris 10 (sparc) operating system machine on which I have installed supported weblogic 10.3. It was installed properly. As we know weblogic uses jvm to run and uses a part of jvm memory. But I am facing one problem in which JVM is getting crashed again and again resulting my... (2 Replies)
Discussion started by: neeraj.tati
2 Replies
snmpXdmid(1M)						  System Administration Commands					     snmpXdmid(1M)

NAME
snmpXdmid - Sun Solstice Enterprise SNMP-DMI mapper subagent SYNOPSIS
/usr/lib/dmi/snmpXdmid -s hostname [-h] [-c config-dir] [-d debug-level] DESCRIPTION
The snmpXdmid utility is a subagent in the Solstice Enterprise Agent Desktop Management Interface package. It maps the SNMP requests for- warded by the Master Agent ( snmpdx(1M)) into one or more equivalent DMI requests. Further, it remaps the DMI response into SNMP response back to snmpdx. By default, snmpXdmid also forwards the DMI indications as SNMP traps to snmpdx. The feature is configurable and can be disabled by setting TRAP_FORWARD_TO_MAGENT=0 in the snmpXdmid configuration file, snmpXdmid.conf. This subagent runs as a daemon in the system. The subagent uses a set of .MAP files located in /var/dmi/map to map the SNMP Object Identi- fier (OID) into a corresponding DMI component. The map files are generated using the MIF-to-MIB utility, miftomib. They are read by snm- pXdmid when a corresponding MIF file gets registered with the DMI Service Provider ( dmispd(1M)). The snmpXdmid.conf file is used for configuration information. Each entry in the file consists of a keyword followed by an equal sign (=), followed by a parameter string. The keyword must begin in the first position. A line beginning with a pound sign (#) is treated as a com- ment and the subsequent characters on that line are ignored. The keywords currently supported are: "small and bold">WARNING_TIMESTAIndication subscription expiration, warning time. EXPIRATION_TIMESTAMP Indication subscription expiration timestamp. FAILURE_THRESHOLD DMISP retries before dropping indication due to comm errors. TRAP_FORWARD_TO_MAGENT 0 Drop indication at the subagent level. non-zero Forward indications as SNMP traps to snmpdx. By default, the configuration file snmpXdmid.conf is located in the /etc/dmi/conf directory. You can specify an alternative directory with the -c option. OPTIONS
The following options are supported: -c config-dir Specify the directory where snmpXdmid.conf file is located. -d debug-level Debug. Levels from 1 to 5 are supported, giving various levels of debug information. -h Help. Print the command line usage. -s hostname Specify the host on which dmispd is running. FILES
/etc/dmi/conf/snmpXdmid.conf DMI mapper configuration file ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWsadmi | +-----------------------------+-----------------------------+ SEE ALSO
dmispd(1M), snmpdx(1M), attributes(5) SunOS 5.10 17 Dec 1996 snmpXdmid(1M)
All times are GMT -4. The time now is 02:44 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy