chooky1441
chooky1441

Reputation: 279

How to view memory usage in eclipse (beginner)

I have been working on a game in java using eclipse for a few months now and I have been trying to figure out how to view the memory usage and what is using the most memory. Can anyone please give me a step by step answer on how I would go about doing this? Thank you.

Upvotes: 25

Views: 27644

Answers (2)

Mudassar
Mudassar

Reputation: 3225

In eclipse you can try Window --> Preferences --> General --> "Show heap status" checkbox

Upvotes: 46

Moam
Moam

Reputation: 186

You can use a good monitoring tool like VisualVM.

Upvotes: 6

Related Questions