If you have many projects in WM Studio, you may see memory error in both design and runtime environments.
In order to resolve the memory issue, you can simply change the memory setting in startup.bat
1. Open startup.bat
2. Add JAVA_OPTS
e.g.
SET JAVA_OPTS=-XX:MaxPermSize=256m -Xms256M -Xmx516M %JAVA_OPTS%
In order to resolve the memory issue, you can simply change the memory setting in startup.bat
1. Open startup.bat
2. Add JAVA_OPTS
e.g.
SET JAVA_OPTS=-XX:MaxPermSize=256m -Xms256M -Xmx516M %JAVA_OPTS%