فهرست منبع

Add jhat example with larger memory limit.

Peter Tripp 9 سال پیش
والد
کامیت
f8d9ee3a35
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 4 0
      pages/common/jhat.md

+ 4 - 0
pages/common/jhat.md

@@ -9,3 +9,7 @@
 - Analyze a heap dump, specifying an alternate port for the http server:
 
 `jhat -p {{port}} {{dump_file.bin}}`
+
+- Analyze a dump letting jhat use up to 8GB RAM (2-4x dump size recommended):
+
+`jhat -J-mx8G {{dump_file.bin}}`