Optimizer Hub Documentation
Documentation for Optimizer Hub, version 26.08.0
Optimizer Hub is a component of Azul Prime that makes your Java programs start fast and stay fast. It consists of two services:
-
Cloud Native Compiler: Provides a server-side optimization solution that offloads JIT compilation from Zing’s Falcon JIT compiler to separate and dedicated service resources, providing more processing power to JIT compilation while freeing your client JVMs from the burden of doing JIT compilation locally.
-
ReadyNow Orchestrator: Records and serves ReadyNow profiles. This greatly simplifies the operational use of ReadyNow, and removes the need to configure any local storage for writing the profile. ReadyNow Orchestrator can record multiple profile candidates from multiple JVMs and promote the best recorded profile.
Start with the Architecture Overview to understand the components within the Optimizer Hub system and how they interact with your JVMs.
|
Note
|
You can run both services with the Standard Optimizer Hub Installation Procedure on Kubernetes, or ReadyNow Orchestrator only, depending on your use case. |