[Bamboo Cloud docs]
[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.
bin
directory of your Bamboo installation directory.Run:
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
<Bamboo install directory>/conf/server.xml
Update the following so that Connector port
is set to the port value you require:
<Service name="Catalina"> <Connector port="8085" maxThreads="150" minSpareThreads="25" connectionTimeout="20000" enableLookups="false" maxHttpHeaderSize="8192" protocol="HTTP/1.1" useBodyEncodingForURI="true" redirectPort="8443" acceptCount="100" disableUploadTimeout="true"/>
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. |