eclipse / jifa

🔬 Online Heap Dump, GC Log, Thread Dump & JFR File Analyzer.
https://eclipse.github.io/jifa/
Eclipse Public License 2.0
541 stars 96 forks source link

GC Log progressive parsing #288

Open MatthewKhouzam opened 5 months ago

MatthewKhouzam commented 5 months ago

ref: https://github.com/eclipse/jifa/issues/285

It would be good to have the GC log read the logs asynchronously/progressively/lazily to avoid filling up the ram and causing startup time stutters.