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


 
Thread Tools Search this Thread
Operating Systems Solaris How to increase jvm size for solaris 10 (sparc) operating system
# 1  
Old 07-18-2012
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 weblogic server to stop working.

I want to know if there is we can configure some jvm parameter or something else which can increase the jvm size resulting in not getting terminated.

I am getting error message "could not allocate heap memory size". Seems this is also related to JVM only.

Thanks,
Neeraj.
# 2  
Old 07-18-2012
I am assuming you have a zone. If you are running out of heap for the jvm process, then there may be a zone cap on memory. Other settings can also affect this. It is also possible that you are actually running out of memory. So we have to go from square one.

From the global zone please post the output of (with jvm up)
Code:
prstat -Z
zonecfg -z [zone name here] info

from the zone itself please post:
Code:
swap -l

# 3  
Old 07-18-2012
Quote:
Originally Posted by neeraj.tati
I want to know if there is we can configure some jvm parameter or something else which can increase the jvm size resulting in not getting terminated.

I am getting error message "could not allocate heap memory size". Seems this is also related to JVM only.
You might increase the max heap memory size allowed to the JVM by modifying the -Xmx argument passed to the java command. Of course, if you are experiencing a memory leak, that will not help that much, just make the OOM happen later.

In any case, this can' be related to zones / memory capping. Solaris doesn't over-commit memory so either the JVM doesn't start or it starts. In the latter case, the memory is already reserved so you can't have an out of memory dues to outside processes.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

How to increase the size of rpool in Solaris 11?

Hi Please let me know how to increase the size of rpool in solaris 11 in ldom. I know how to map the new LUN to LDOM after that please let me know the procedure to increase the rpool and how to identify new disk in OBP level of ldom as I need to set the new/lun to be my new boot device. (5 Replies)
Discussion started by: hb00
5 Replies

2. Solaris

Increase /tmp file system size dynamically in Solaris zone

Hi Please let me know how to increase the size of /tmp file system from 512m to 1024m dynamically without reboot in solaris zone # df -h Filesystem size used avail capacity Mounted on zones/zone1 11G 1.0G 10.0G 10% / /dev 11G 1.0G ... (6 Replies)
Discussion started by: sb200
6 Replies

3. HP-UX

[Solved] Increase the file system size

Dear Friends, I would like to increase the size of a file system from 10GB to 15GB. System is runing on HP-UX 11.31. Please help in the matter. Regards, Bhagawati Pandey (3 Replies)
Discussion started by: BPANDEY
3 Replies

4. Red Hat

Increase root file system size ...

Hello Admins, I am running a redhat linux 5 on vmware workstation. I need to increase or add some more space to my root (/) partition. I don't have any LVM configured.. Please suggest. # df -kh Filesystem Size Used Avail Use% Mounted on /dev/sda2 3.8G 3.1G ... (4 Replies)
Discussion started by: snchaudhari2
4 Replies

5. Solaris

how to increase file size in solaris 10 os

hi, let me know how to increase file size in solaris 10 OS (4 Replies)
Discussion started by: meet2muneer
4 Replies

6. HP-UX

How to increase JVM memory in HP UX

Hi, Im using HP UX and tried to increase the JVM memory from 1GB to 2GB for the weblogic domain. but it did not work and started throwing errors. I would like to know if there is any OS level parameter that need to be checked and modified before making changes to JVM memory. (3 Replies)
Discussion started by: rsivasan
3 Replies

7. Shell Programming and Scripting

file size on the operating system

When I do df -h, I see that one of my partitions is out of space. Then when I do du -h, I get thousands of files. How do I only look at files over a specific size. I want directories over 500m to be returned only. (2 Replies)
Discussion started by: guessingo
2 Replies

8. AIX

increase the size of file system

Hi all, we are usig aix 4.3 and i need to increase the size of "/u01" file sytem which is mounted on logical volume "lv00", but "/u01" file system size is 9 GB and logical volume "lvoo" size 9 GB.how do i increase the size of /u01.do i increase the size of logical volume "lv00" and then... (2 Replies)
Discussion started by: younusdba
2 Replies

9. Solaris

increase root file system size in solaris

Hi frnz, Need an urgent help... I have installed solaris 8 in a sunblade workstation with 136GB hdd. While installation it has taken a default filesystem size as 1.37GB for root. AFtr completing the installation i have extended the root partition to 130GB. But still df output shows... (4 Replies)
Discussion started by: sriram.s
4 Replies
Login or Register to Ask a Question