Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 256 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 256 Bytes

optimizing-java

Code examples for "Optimizing Java" published by O'Reilly

##Alloction example

  1. run mvn package
  2. run example-alloc.bat
  3. Leave to run for 5 minutes+ to generate GC logs
  4. Open gc-alloc-.log with GC log viewer/parser (e.g. GCViewer)