hackpad icon indicating copy to clipboard operation
hackpad copied to clipboard

Heap size

Open count0x00 opened this issue 9 years ago • 4 comments

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

count0x00 avatar May 24 '16 20:05 count0x00

14.04 that is.

count0x00 avatar May 25 '16 13:05 count0x00

Hi,

did you fix this? I have the same problem. Thanks!

vfridkin avatar Jul 22 '16 13:07 vfridkin

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

Len1ee avatar Jul 25 '16 12:07 Len1ee

Also having this issue..

Update: Above comment works paired with upgrading VPS instance memory.

ianrtracey avatar Feb 03 '17 02:02 ianrtracey