Using MyEclipse 8.5 and starting (debug) on WASCE server. Within the JVM arguments in the WASCE launch panel, I specify -Xmx1024m for the application. This seems to have no effect, because WASCE starts wtih 256m and then runs out of memory for the application.
When I start WASCE outside of MyEclipse at the Windows DOS command line (that uses the ‘setenv.bat’ where I set the above parameter), the JVM memory is set correctly.
What am I mssing? Is this the correct way to set the JVM memory in the WASCE launch?