Difference: JavaProgrammingBookmarks (75 vs. 76)

Revision 7603 Jan 2012 - TobyCabot

Line: 1 to 1
 
META TOPICPARENT name="ProgrammingBookmarks"
(over to JavaNotes)
Line: 123 to 123
  Strangely enough, it can be hard to find a list of all of the command-line options to the java executable, especially the pesky but occasionally useful -XX options. Here's a page that lists many of them: http://java.sun.com/javase/technologies/hotspot/vmoptions.jsp . One option that's missing on that page but is very useful is -XX:+HeapDumpOnCtrlBreak.
Changed:
<
<
Tuning the Java garbage collector: http://www.petefreitag.com/articles/gctuning/
>
>
Tuning the Java garbage collector: http://www.petefreitag.com/articles/gctuning/
http://www.oracle.com/technetwork/java/javase/gc-tuning-6-140523.html
  The Heap Analysis Tool analyzes Java heap dump files. It's included in Java 1.6 but can be downloaded to use with older versions: https://hat.dev.java.net/
View topic | History: r79 < r78 < r77 < r76 | More topic actions...
Copyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding The Caboteria? Send feedback