Heap size
Best,
Sorry to bother but I'm slow with Java. After installing on Ubuntu 14.01 and ./bin/run.sh I get:
Maximum ram: 428M Maximum thread count: 71 Using config file: ./etc/etherpad.local.properties Java HotSpot(TM) 64-Bit Server VM warning: Cannot open file ./data/logs/backend/jvm-gc.log due to No such file or directory
Error occurred during initialization of VM Too small initial heap for new size specified
14.04 that is.
Hi,
did you fix this? I have the same problem. Thanks!
I fix same problem by change the value in etherpad/bin/run-local.sh, Line 97 -XX:NewSize=768m change to -XX:NewSize=256m perhaps value below MaxPerSize may pass this error
Also having this issue..
Update: Above comment works paired with upgrading VPS instance memory.