When I launch my IBM RSA workspace, dynamic memory grows up, and after a short time it crashes with an OutOfMemory error, with core dumps, etc.
I have discovered that the offender is a large struts-config.xml file (1.7mb). If I remove it from the project, the dynamic memory doesn't grows to much.
I run with this init parameters in my eclipse.ini:
-vmargs -Xms40m -Xmx1512m -Xmnx64m
Have somebody any clue to solve this?
Thanks