I installed the wrapper for Windows Server, to allow run FishEye as Service.
I has been configured the wrapper.conf with many parameters to memory, but it work for a quite time then the system crash.
My current configuration for memory is:
wrapper.java.additional.11=-Xms512m
wrapper.java.additional.12=-Xmx4096m
wrapper.java.additional.13=-XX:MaxNewSize=512m
wrapper.java.additional.14=-XX:MaxPermSize=4096m
I has tested with many other memory size, from -Xms128m to current -Xms512m.
Hi, Harold.
According to this document, -Xms and -Xmx should be configured in these parameters:
# Initial Java Heap Size (in MB) wrapper.java.initmemory=512 # Maximum Java Heap Size (in MB) wrapper.java.maxmemory=4096
Could you please try the above as well as this:
wrapper.java.additional.11=-XX:MaxNewSize=512m wrapper.java.additional.12=-XX:MaxPermSize=4096m
(Note that what you had in the additional parameters 13 and 14 are now in parameters 11 and 12, respectively).
Please let us know how it goes...
Cheers,
Felipe Kraemer
Atlassian Support
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.