This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
I'm developing an eclipse based solution which contains 10 plugins. While running , I frequently encountered the "java.lang.OutOfMemoryError: PermGen space" exception. I do have some eclipse based profiling tool by which I found some temporary objects are being created tens of thousands of times which are not cleaned up by GC properly. I undestood the problem of the above exception, but found no way of solving it.
Regarding this, I want to know, whether it is in the scope of eclipse f/w (or) do i need to restructure my design.
Someone Kindly direct me in the right way, where to start .