Community
Participate
Working Groups
We had several reports regarding the memory consumption of the dm Server tooling while included in STS. This bug is to track progress with these issues.
https://issuetracker.springsource.com/browse/STS-877
Created attachment 197374 [details] patch received from Daniël van 't Ooster patch I received from Daniël van 't Ooster, that was done based on the old code for the dm server tooling at SpringSource (therefore the old package names in the patch). But the patch should be applied to the new code-base here as well.
Created attachment 197382 [details] Updated patch Hi, removed the JDK 1.6 dependency from the patch, the double ended queue is now a normal queue. Intention was to have a FIFO queue, a normal Queue was enough to achieve this, the Deque wasn't needed. grtz, Daniël
As required by Eclipse IP rules: I have written 100% of the code, Eclipse is allowed to use the code.
adapted the patch to the virgo ide codebase (renamed packages) and committed the changes. Not closing this bug since we still need to figure out how to reduce the footprint of the tooling in general.
I'm inclined to close this one out, as we haven't seen any evidence of excessive memory usage, leaks etc.. in the Virgo IDE tooling. Comments?
(In reply to comment #6) > I'm inclined to close this one out, as we haven't seen any evidence of > excessive memory usage, leaks etc.. in the Virgo IDE tooling. Comments? Agreed.
Closed based on patch and comment above.