My fisheye application is getting crashed often these days. Im seeing the java permgen space out of memory error in logs related to .
Whn restart Fisheye it is throwinng a note that : "/fecru-3.5.1/bin/fisheyectl.sh: line 50: -Xmx2048m: command not found".
Kindly let us know how to fix this issue?
we are using Crucible 3.5.1 with FishEye 3.5.1 on linux machine
Hi Pudi,
For increasing memory we do not recommend changing the fisheyectl.sh script - as in this case it seems something was not properly set in it - but instead set the memory in the FISHEYE_OPTS environment variable. I'd recommend to revert the changes on the script and then create this variable. Please refer to https://confluence.atlassian.com/display/FISHEYE/Environment+variables for more information about this variable and how to set it.
As you are getting PermGen space errors you actually need to increase the PermGen allocation, which is done by the parameter MaxPermSize. Please set it as per this document. I'd suggest trying 256m first.
Regards,
Gustavo Refosco
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.