Dependency of the Biggest Objects View on Retained Size Calculation | ![]() ![]() |
Both these options are "overhead options" intended to speed up the heap dump and use less memory. The cost of this lower overhead includes the loss of the biggest objects view. By default, both options are are enabled.
The "Calculate retained sizes" option can be enabled in the
triggerHeapDump
method of the Controller
class
in the profiling API, if the heap dump is taken programatically.
![]() ![]() |