Top "Jvm-arguments" questions

Command-line options and environment variables that can affect the performance characteristics of the Java Virtual Machine

How can one send a Ctrl-Break to a running Linux process?

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 …

java linux kill jvm-arguments
Encourage the JVM to GC rather than grow the heap?

(Note that when I say "JVM", I really mean "Hotspot", and I'm running the latest Java 1.6 update.) Example situation: My …

java jvm heap jvm-hotspot jvm-arguments
Multiple directories in -Djava.library.path

How can I point to two differents java.library.path in eclipse project - run configurations? I need these two …

java jvm java-native-interface jvm-arguments java.library.path
Jetty 7: OutOfMemoryError: PermGen space on application redeploy

First time app starts correctly. Then I delete webapp/*.war file and paste new version of *.war. Jetty start deploying …

memory-leaks jetty out-of-memory permgen jvm-arguments
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
Java -server argument

Possible Duplicate: Real differences between “java -server” and “java -client”? I've seen the argument "-server" used as a command line …

java arguments command-line-arguments jvm-arguments
Cassandra and Java 9 - ThreadPriorityPolicy=42 is outside the allowed range

Very recently I installed JDK 9 and Apache Cassandra from the official site. But now when I start cassandra in foreground, …

cassandra jvm java-9 jvm-arguments
Passing an entire file to JVM arguments

I have several systems that all need to load the same properties to the JVM. I can use the -D …

java jvm jvm-arguments
Reducing JVM pause time > 1 second using UseConcMarkSweepGC

I'm running a memory intensive app on a machine with 16Gb of RAM, and an 8-core processor, and Java 1.6 all …

java performance garbage-collection jvm jvm-arguments
WebSphere Application Server JVM arguments not being read properly

We are using WebSphere 7- Application server for deploying project and this application server is given simple JVM arguments like …

java jvm noclassdeffounderror websphere-7 jvm-arguments