[Suggestion] Compress heap dumps
mikroskeem opened this issue ยท 1 comments
In my experience, heap dump (.hprof files) file size can be cut down atleast by 3-4x by using LZMA. Compressing them makes heap dumps more easily downloadable as smaller files take less time to download.
Of course this should be configurable, via command argument preferably.