Is it possible to show heap memory size in Intellij IDE (Android Studio)?
-
Press shift two times.
-
Search for "memoryIndicator" in the search box.
-
Toggle on the memory indicator option.
-
(You might need to restart IntelliJ for changes to take effect.)
In the IntelliJ version 2020.1
windows & macOS
- Right-click about the bottom right.
- Selected
"Memory Indicator"
- Show already.
Work for me.
Reference: https://www.jetbrains.com/help/idea/increasing-memory-heap.html#enable-memory-indicator
It's exist but not visible by default. go to Setting > Appearance & Behavior > Appearance > In Window Option Segment > tick "Show memory indicator" and save setting.
After that you can view memory indicator in bottom right corner, you can trigger garbage collector by click on memory bar.