The total memory used by the program is not nearly recorded by Netbeans' built-in profiler. There are some very large objects that are not showing up, such as a WriteableRaster (which I'll be doing away with soon). In terms of magnitude: if the profiler doesn't account for garbage collection, I'll get a total of ~2.5GB from the profiler while the program is using ~6GB. If the profiler does account for garbage collection, then it will display ~100MB being used (live memory), while the program is still using ~6GB. Is there any way to track larger objects with the profiler or will I have to use a different tool?
问问题
138 次