aspose file tools
The moose likes Java in General and the fly likes Java memory usage Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Java memory usage" Watch "Java memory usage" New topic
Author

Java memory usage

Ben Field
Greenhorn

Joined: Mar 09, 2004
Posts: 11
Hi There - how can I find out how much memory a java object uses?

It is a collection of hashmaps with various other objects referenced and I need to know the total memory usage - are there any jvm tools for thsis?

Thanks
Ben
Max Habibi
town drunk
( and author)
Sheriff

Joined: Jun 27, 2002
Posts: 4118


Java Regular Expressions
Ben Field
Greenhorn

Joined: Mar 09, 2004
Posts: 11
Thanks you very much!
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Java memory usage
 
Similar Threads
How to read memory usage for process running in Linux,
CPU usage and memory usage by processes
Pool of Interns Memory(String literals)
Memory usage of java application with tomcat
Optimization Java Code - performance Vs memory