To optimize Java Virtual Machine performance for all servers in the cluster, configure the maximum and minimum heap sizes, thread stack size, and user options such as enabling trace upload to SAP® Solution Manager.
For example, you can enable JVM garbage collection logging by setting -XX:+PrintGCDetails.
If you are in an SAP environment and want to define the Solution Manager URL into which trace files can be uploaded, use this user option: -Dcom.sap.solutionmanager.url=<SolutionManager_URL>.
-DpropertyName1=value1 -DpropertyName2=value2
For information on troubleshooting JVM settings, see SAP Mobile Server Fails to Start Due to Incorrect JVM Settings in Troubleshooting.
To update the disk cache size, use the -ds user option. The disk cache size must be followed by k, m, or g, for example, -ds 10G.