Visit Azul.com Support

1.9.1

Optimizer Hub 1.9.1

Release Date: April 12, 2024 - Release Notes PDF

New Features

Grafana Dashboard Update

A new version of the Grafana dashboard is included in opthub-install.zip

Configurable Minimal Client Version

Optimizer Hub can now be configured to only allow clients with a specific minimal version of Azul Zing Builds of OpenJDK to connect to and use Optimizer Hub. By default, all versions are allowed. To limit, for example, to 24.02.1+, add the following setting to your values-override.yaml:

 
compilations: minVmVersionForCNCCompilation: "24.2.1.0"

Increased Number of Concurrent Recordings

The default value of readyNowOrchestrator.producers.maxConcurrentRecordings has been increased from 5 to 10, ensuring that enough long-lived producers are detected over short-lived ones.

Continuous Recording

With the new flag readyNowOrchestrator.producers.continueRecordingOnPromotion, you can define if profiles must still be recorded after the maxGeneration has been reached. You can use this flag for debugging purposes. See ReadyNow Orchestrator Defaults for more info.