jvm-arguments Questions

1

I am running from time to time in eclipse tasks that require very big amount of memory. So jvm while task is running swallows about 2-3gb of RAM, that is ok. But once jvm took that memory it ...
Lai asked 21/6, 2012 at 12:59

2

Solved

What is the difference between -XX:+UseParallelGC and -XX:-UseParallelGC? Most links indicate the first, but http://www.oracle.com/technetwork/java/javase/tech/vmoptions-jsp-140102.html mentions th...
Broomstick asked 18/6, 2012 at 16:14

2

Possible Duplicate: JVM Options List - still being maintained post Oracle? Is there a page anywhere with a definitive complete list of the command line options available to run a JVM? E...
Nanci asked 10/5, 2012 at 13:26

7

Solved

I'm running a memory intensive app on a machine with 16Gb of RAM, and an 8-core processor, and Java 1.6 all running on CentOS release 5.2 (Final). Exact JVM details are: java version "1.6.0_10" Ja...
Efflorescent asked 22/2, 2009 at 0:29

3

Solved

I am looking for the appropriate settings to configure the JVM for a web application. I have read about old/young/perm generation, but I have trouble using those parameters at best for this configu...
Boorer asked 10/1, 2012 at 13:15

2

Solved

Basically we've noticed that on some computers setting the JVM option -Xmx (max heap size) sometimes cause the JVM to fail to initialize, even if there's more than adequate RAM on the system. So ...
Barbaraanne asked 5/1, 2012 at 23:2

1

Solved

What are the default values for the following options in Java 6 on a non-server-class machine? -Xmx -XX:MaxPermSize Oracle's documentation states that: On server-class machines running the s...
Messinger asked 21/11, 2011 at 9:6

1

Solved

I am wrestling with large memory requirements for a java app. In order to address more memory I have switch to a 64 bit JVM and am using a large xmx. However, when the xmx is above 2GB the app see...
Madrid asked 25/10, 2011 at 5:0

4

Solved

I've developed a Java console application that when start, open a console window and remain in foreground, i want to start that application in background . Now i launch the application by this com...
Underproduction asked 24/6, 2011 at 19:53

2

Solved

I need to pass a couple of JVM arguments to the JVM which Tomcat is running in so that my application can pick them up. I want to follow the process outlined in this article to pick up environment...
Later asked 3/6, 2011 at 10:8

1

Solved

This question is similar to: jsf: integer property binded to a inputtext in UI is set to zero on submit but I am not completely satisfied with the solution. The contexts is the same: I have a web...
Gendarmerie asked 7/3, 2011 at 20:42

2

I want to specify vm args of -Djava.library.path=./src/main/resources so that a dll is picked up automatically, and I want to specify this in maven, so other developers don't have to manually confi...
Trihedral asked 16/12, 2010 at 10:59

2

I have a program that sometimes throw OOME, I understand that there is a flag in the JVM options that I can set and whenever a certain Error/Exception appears (such as OOME) it calls a script I wr...
Lutenist asked 29/9, 2010 at 11:26

1

Solved

I've kind of asked this question before - What does JVM flag CMSClassUnloadingEnabled actually do?, but this time it's slightly different! If I start a Java VM with the -XX:+CMSPermGenSweepingEnabl...
Anchor asked 15/9, 2010 at 13:16

2

Solved

I am looking at the JVM configuration options for running Alfresco, mainly this document on the Alfresco Wiki. One of the recommendations is to use the JVM flags -Xcomp and -Xbatch. The justificati...
Cchaddie asked 30/7, 2010 at 8:27

3

Lot of Mobile devices are coming with JVM with its OS(for example Nokia,sony ericcson).will all devices have same JVM? are all JVMs owned by sun micro systems? has device manufacturer paid for it t...
Undrape asked 3/8, 2010 at 4:24

5

Solved

Normally to attach a debuger to a running jvm you would need start the jvm with arguments such as the following: > java -Xdebug -Xrunjdwp:transport=dt_socket,address=1000,server=y,suspend=n N...
Interplead asked 17/12, 2008 at 22:2

1

Solved

Possible Duplicate: Real differences between “java -server” and “java -client”? I've seen the argument "-server" used as a command line argument for java.exe: ...
Dower asked 22/2, 2010 at 18:43

2

Is it possible to create a JVM from within a JNI method using the JNI API? I've tried to do this using the JNI function "JNI_CreateJavaVM()", but it's not working (the function keeps returning a v...
Prosopopoeia asked 14/2, 2010 at 2:38

4

Solved

Will the use of -classpath option with java add to or replace the contents of the CLASSPATH environment variable?
Donahue asked 29/1, 2010 at 11:10

2

Solved

I am debugging a memory leak in an application running on Sun's JDK 1.4.2_18. It appears that this version supports the command line param -XX:+HeapDumpOnCtrlBreak which supposedly causes the JVM t...
Academe asked 11/5, 2009 at 21:26

3

Solved

I'm trying to change default firstDayOfWeek for java.util.Calendar from SUNDAY to MONDAY. Is it possible to achieve this through JVM configuration instead of adding this piece of code? cal.setFirs...
Chuckle asked 6/11, 2008 at 17:12

© 2022 - 2024 — McMap. All rights reserved.