Posted: Tue Jan 26, 2010 6:58 pm Post subject: WMBv6.1->Garbage Collector
Yatiri
Joined: 30 Nov 2006 Posts: 614 Location: Washington DC
Hi Guys,
The common problem that we come across in using Java Compute Node is about memory utilization.Is there any garbage collector in broker runtime to clear the objects that are created........any guideliness to clear the memory manually..... _________________ IBM ->Let's build a smarter planet
Posted: Tue Jan 26, 2010 11:37 pm Post subject: Re: WMBv6.1->Garbage Collector
Sentinel
Joined: 05 Mar 2009 Posts: 888 Location: UK
Care to elaborate on this....
broker_new wrote:
The common problem that we come across in using Java Compute Node is about memory utilization.
Maybe with some concrete examples so the real problem can be better understood.
Quote:
Is there any garbage collector in broker runtime to clear the objects that are created
Yes..... as with any JVM. You can recommend that the gc is called by calling System.gc() but you really should not need to do this and I suspect this will not solve your problem.
I trust you are calling outMessage.clearMssagee() when you're done?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum