how to free the memory of JFreeChart object Externally

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
mann
Posts: 13
Joined: Thu Mar 20, 2008 11:55 am

how to free the memory of JFreeChart object Externally

Post by mann » Fri Jun 27, 2008 7:41 am

Hi all,
We r working on jfree Chart from a month.
We hav created one web application which shows the charts in terms of images
We hav to use this charting tool for our one of the product.so we r doing the stress testing of thit application . its about sending 100 requests at a time and analysing memory uses.
But the thing found is that after serving last request it does not free the memory of JFreeChart object internally,it allows GC to do that.
But we need to do this externally.
So Is there any method in JfreeChart ,which free the memory of JFreeChart object ,Dataset object, Renderer Object(any renderer) Externally.
IF yes plesae let me know...

Waiting for reply

thanks
mann

mann
Posts: 13
Joined: Thu Mar 20, 2008 11:55 am

Post by mann » Fri Jun 27, 2008 9:15 am

Hi all,
One more thing -- can we free the memory of JfreeChart object Externally after every request ?

Please give reply

thanks
Mann

Locked