Command-line options and environment variables that can affect the performance characteristics of the Java Virtual Machine
First of all, I have a box with 8gb of ram, so I doubt total memory is the issue. This …
java eclipse jvm jvm-argumentsI need to run a Java memory intensive application that uses more than 2GB, but I am having problems to …
java jvm jvm-argumentsSpecifically, why would it help to fix a PermGen OutOfMemoryError issue? Also, bonus points for an answer that points me …
java jvm jvm-argumentsI'm using IDEA 12 Leda on Mountain Lion. I wanted to increase the maximum memory that IDE can use. I set …
java macos intellij-idea jvm-argumentsAfter reading already asked question on the subject and a lot of googling I am still not able to have …
java jvm-argumentsGiven these two commands A: $ java -Xms10G -Xmx10G myjavacode input.txt B: $ java -Xms5G -Xmx5G myjavacode …
java performance jvm-argumentsI want to increase the available heap space for Jenkins. But as it is installed as a service I don´…
jenkins heap jvm-argumentsI need to check if some option that can be passed to JVM is explicitly set or has its default …
java jvm jvm-argumentsThey are algorithms for the young generation garbage collection. The second one (UseParNewGC) gets activated automatically with the concurrent tenured …
java jvm-argumentsI am running a program that I've written in Java in Eclipse. The program has a very deep level of …
java eclipse jvm stack-overflow jvm-arguments