performance - monitor Java proccess memory in realtime -
i have java application memory starting jump , fall after few days.
there tool can show me variables/members sizes during run/debug in real time?
debugging eclipce impossible.
thanks
install this: http://visualvm.java.net/eclipse-launcher.html , launch using eclipse. not use debugger, launches visualvm application lets monitor app. you'll need go run configurations.. settings set up, , select visualvm launcher @ bottom (select other... -> visualvm launcher). you'll need go preferences set location of visualvm too.
(on later eclipse versions, drop drops folder, unpacked).
Comments
Post a Comment