You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue by count0x00 Tuesday May 24, 2016 at 20:37 GMT # Sample: Friday Sep 13, 2013 at 22:58 GMT Originally opened as dropbox#59
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
The text was updated successfully, but these errors were encountered:
Comment by Len1ee Monday Jul 25, 2016 at 12:49 GMT # Sample: Friday Sep 13, 2013 at 22:58 GMT
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
Issue by count0x00
Tuesday May 24, 2016 at 20:37 GMT # Sample: Friday Sep 13, 2013 at 22:58 GMT
Originally opened as dropbox#59
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
The text was updated successfully, but these errors were encountered: