I've been working on a project that has three distributed components. One uses
JSF pages, the other two are straight
J2EE MDB servers that provide support for the first.
With the JSF project, and only that one, I have a problem while developing: I run out of memory in the tool. It starts out at about 138M, and climbs up to 200M (little by little) and then I need to close down and restart or loose my workbench settings due to an out-of-memory error.
I'm using WebSphere Studio Application Developer (Windows) Version: 5.1.2. Running it with JVM 1.4.2 and have added extra memory parameters. (eclipse.exe -vm C:\j2sdk1.4.2_05\jre\bin\javaw.exe -Xms 350m -Xss 200m)
Has anyone else experienced this? is this a known problem with IBM? I found a fix on the IBM site (
http://www-1.ibm.com/support/docview.wss?rs=800&context=SS7JFU&q1=interim+006&uid=swg24008457&loc=en_US&cs=utf-8&lang=en) but this seems to be for "WebSphere Studio Site Developer - Express v5.1.1".
Thanks.
H