Command-line options and environment variables that can affect the performance characteristics of the Java Virtual Machine
I just installed Ubuntu 64Bit on my VServer and JRE build 1.7.0_67-b01. If I want to run a java jar-file …
java ubuntu jar jvm jvm-argumentsI was recently reading about all the JVM arguments available in JRE 6 [Java VM Options] and saw this : -XX:+StringCache : …
java jvm jvm-hotspot jvm-argumentsI am using JDK1.6.0_16 JVM for the java application that is hosted on an Linux Intel procesor 80 cores machine. while …
garbage-collection jvm heap-memory jvm-arguments parallel-collectionsI have a Java service that currently runs with a 14GB heap. I am keen to try out the -XX:+…
jvm debian jvm-arguments large-object-heap huge-pagesI am looking at the JVM configuration options for running Alfresco, mainly this document on the Alfresco Wiki. One of …
java jvm jvm-hotspot jvm-argumentsmy teamcity build server has following JVM Arguments: -Xmx512m -XX:MaxPermSize=270m sometimes it shows some memory problem message …
jvm teamcity jvm-argumentsWhile looking at possible JVM flags for optimizing launching startup time of my RCP product, I found these attractively-named -XX:…
java optimization jvm-argumentsIs it possible to override/set log level of java.util.logging.Logger by passing an JVM option on start …
java logging jvm-arguments java.util.loggingI am using the JNI and when there is a crash due to errors in the target application a hs_…
java jvm-arguments hs-errI have a performance-critical method called often when my app starts up. Eventually, it gets JIT-compiled, but not after some …
java performance jit jvm-arguments