Top "Java-opts" questions

how to set JAVA_OPTS for Tomcat in Windows?

I'm trying to set JAVA_OPTS for Tomcat on a Windows machine, but I keep getting an error if I …

tomcat java-opts
JAVA_OPTS set in catalina.sh not working for TOMCAT private instance

I have placed JVM options via JAVA_OPTS in catalina.sh in the catalina base. However, the system doesn't pick …

java tomcat ubuntu catalina java-opts
Set JAVA_OPTS in JBOSS standalone.sh file

I have an app on jboss which logging through log4j. When I running my server through bat file (standalone.…

jboss sh java-opts
Duplicated Java runtime options : what is the order of preference?

Considering the following command line java -Xms128m -Xms256m myapp.jar Which settings will apply for JVM Minimum memory (…

java jvm jvm-arguments java-opts
Jenkins - java.lang.OutOfMemoryError: PermGen space -

Environment: Linux/Windows7, Java 1.6.0.03/37 or 1.7 I downloaded jenkins.war and after the initial setup using the following script/command, I …

jenkins runtime-error out-of-memory space java-opts
How to convert String value to Custom Model Object in Java?

I have one Model Object. In which, i have multiple values. I want to store this Values in SQLite. But …

java android string sqlite java-opts
Command to find out -Xms and -Xmx variable values for a given java process?

I have a java program, which i ran and figured out its process id with jps. How can i see …

java jvm java-opts
Find Java options used by Maven

How can I find which Java options (Xmx, Xms, Xss, etc) are being used by Maven? I've found out that …

java maven maven-3 jvm-arguments java-opts
Setting JAVA_OPTS in windows using command prompt

I am running the java program on windows server 2012, I want to set the JAVA_OPTS variable and use it, …

java java-opts
Setting JAVA_OPTS and JAVA_TOOL_OPTIONS in Gradle

Running a large Gradle build (with JDK7) I receive two OutOfMemoryErrors: Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in …

gradle build.gradle java-opts