Continue reading »
A little practical GC tuning – on Eclipse
- By Alex Hennecke, JIRA/Greenhopper Senior Developer
- Developer
- On February 1, 2013
JVM GC tuning is a vast field that books have been written about. Mostly, we're happy to accept whatever defaults the JVM figures out, at most cranking up heap and permGen size when we're out of memory (again).
I've found that with the ScalaIDE plugin installed, Eclipse was so memory-heavy and often still sluggish that I've spent some time tuning. Why?
Besides the fact that a glorified Texteditor with a compiler attached needs gigabytes of memory, the darned thing was still slow, often becoming

