I'm going to upgrade crucible to 2.10 and I found the following doc from Atlassian
https://confluence.atlassian.com/display/FISHEYE/Setting+JVM+System+Properties
My question is - Can I set FISHEYE_OPTS and FISHEYE_INST environment variables in the system.properties file as well? e.g. add the following text to the system.properties file? Thanks
FISHEYE_INST=/path/to/fisheye_inst
FISHEYE_OPTS=-Xmx1536m -XX:MaxNewSize=128m -XX:MaxPermSize=256m
That's pointless, because these variables are used by shell scripts (bin/fisheyectl.sh etc.) and not by JVM.
OK, thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.