I started getting this error when trying to build and deploy all on one of my worklight project:
!ENTRY com.worklight.studio.plugin 4 0 2013-03-18 10:17:41.511
!MESSAGE FWLSE4002E: Failed to connect to HSQL database : Cannot create PoolableConnectionFactory (error in script file line: 84 java.lang.OutOfMemoryError: Java heap space)
I tried increasing my JRE VM memory by adding these arguments in my Eclipse preferences: -Xms256M
-Xmx512M
, but it didn't work. Is there something else I can try? Thanks for any help.