[Bamboo Knowledge Base]
On this page:
<bamboo-install>/bin
, open setenv.sh.Add all parameters in a space-separated list, inside the quotations.
<bamboo-install>/bin
, open setenv.bat.Add all parameters in a space-separated list, inside the quotations.
There are two ways to configure system properties when starting Bamboo as a service, either via the command line or in the Windows registry.
cd
to the bin
directory of your Bamboo installation directoryRun:
tomcat7w //ES//%SERVICENAME%
In the above example, it would be tomcat7w //ES//Bamboo
Java
tab to see the list of current start-up options:
In some versions of Windows, there is no option to add Java variables to the service. In these cases, you must add the properties by viewing the option list in the registry.
HKEY_LOCAL_MACHINE >> SOFTWARE >> Apache Software Foundation >> Procrun 2.0 >> Bamboo
HKEY_LOCAL_MACHINE >> SOFTWARE >> Wow6432Node >> Apache Software Foundation >> Procrun 2.0 >> Bamboo
Memory Property | Notes | Related Pages |
---|---|---|
-Xmx | These properties are pre-existing. See related pages for instructions. | |
-XX:+PrintGCTimeStamps -verbose:gc -Xloggc:gc.log -XX:+HeapDumpOnOutOfMemoryError | Set these for Garbage Collection tuning. |