Phoebus Client¶
- programs.phoebus-client¶
- programs.phoebus-client.enable boolean[source]¶
Whether to enable installing and configuring the Phoebus client.
Default value¶false
Example¶true
- programs.phoebus-client.java_opts string[source]¶
Set Java options for the Phoebus client.
For more information, see: https://docs.oracle.com/en/java/javase/21/docs/specs/man/java.html#extra-options-for-java
Default value¶"-XX:MinHeapSize=128m -XX:MaxHeapSize=4g -XX:InitialHeapSize=1g -XX:MaxHeapFreeRatio=10 -XX:MinHeapFreeRatio=5 -XX:-ShrinkHeapInSteps -XX:NativeMemoryTracking=detail"
Example¶"-XX:MinHeapSize=128m -XX:MaxHeapSize=4g -XX:InitialHeapSize=1g"