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.
The MaxPermSize looks a bit big - we normally run wth 256m
I'm not sure if that would cause the OutOfMemory error you are seeing.
The other thing worth checking is whether the options you have configured are actually effective. You can check the JVM arguments in the sys-info/support section of the admin UI. You should see your memory settings in the list.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.