You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The VM returns memory to the OS when every object on a page if no longer reachable. If the fraction of old space that is used is low, it is likely fragmentation.
Start IntelliJ
Import the whole SDK repo as a project
Open Observatory, notice that VM uses
2.5 GB
of heapClose the SDK project.
Switch back to Observatory, open Heap Allocation, to GC
The memory usage dropped to
238 MB
, the allocated heap is still2.4 GB
.Why?
The text was updated successfully, but these errors were encountered: