-
Suggestion
-
Resolution: Fixed
-
None
-
4
-
-
EWT - Ignore
On the Bitbucket Mesh sidecar document, we suggest creating a local `bitbucket.properties` file to pass JMX-related JVM parameters for the Mesh sidecar. To do this, you need to create a symbolic link between the `bitbucket.properties` file and `$BITBUCKET_HOME/shared/bitbucket.properties`.
However, there is an alternate approach that can be used instead. This must be added to the Bitbucket Mesh sidecar document page
An alternative method for configuring JMX-related JVM parameters for the Mesh sidecar process is to include the JMX related configuration in a local bitbucket.properties file within the $BITBUCKET_HOME directory itself.
To implement this, create a $BITBUCKET_HOME/bitbucket.properties file and move all the JMX-related parameters to that file. Only the common parameters/configurations that are consistent across all other Bitbucket nodes should remain in the $BITBUCKET_HOME/shared/bitbucket.properties file.
- mentioned in
-
Page Loading...