I'm trying to set JAVA_OPTS for Tomcat on a Windows machine, but I keep getting an error if I …
tomcat java-optsI have an app on jboss which logging through log4j. When I running my server through bat file (standalone.…
jboss sh java-optsConsidering the following command line java -Xms128m -Xms256m myapp.jar Which settings will apply for JVM Minimum memory (…
java jvm jvm-arguments java-optsEnvironment: 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-optsI have a java program, which i ran and figured out its process id with jps. How can i see …
java jvm java-optsHow 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-optsI am running the java program on windows server 2012, I want to set the JAVA_OPTS variable and use it, …
java java-optsRunning a large Gradle build (with JDK7) I receive two OutOfMemoryErrors: Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in …
gradle build.gradle java-opts