Hello all, hopefully someone out there has experience with this and can help me...I'm getting a JAVA heap size out of memory error. I tried poking around in the files to see how I could adjust the heap size, but no such luck
Thanks the error isn't coming up anymore!
Are you on windows? If so, try running this before startup.bat
set JAVA_OPTS=--Xms512m -Xmx1024m -XX:NewSize=256m -XX:MaxNewSize=256m -XX:PermSize=256m -XX:MaxPermSize=256m
Thanks the error isn't coming
Thanks the error isn't coming up anymore!
Are you on windows? If so,
Are you on windows? If so, try running this before startup.bat
set JAVA_OPTS=--Xms512m -Xmx1024m -XX:NewSize=256m -XX:MaxNewSize=256m -XX:PermSize=256m -XX:MaxPermSize=256m