Supertstream Engine Deployment using custom resource limits
Superstream Engine is deployed with default resource limits designed to ensure high performance. In some cases, these configured limits may not be sufficient. To address potential performance bottlenecks, you can adjust the resource limits using the procedure outlined below.
Specify desired resource limits in the custom_values.yaml
.
custom_values.yaml
.To adjust the resource limits for the Superstream Engine Data Plane, add the following configuration:
To modify the resource limits for NATS, add the following configuration:
Example: Final Configuration File
Below is an example of a complete configuration file (custom_values.yaml
) after setting custom resource limits:
Deploy
Once you have updated the custom_values.yaml
file with your desired resource limits, deploy the Superstream Engine using Helm:
PreviousSuperstream Engine deployment for environments with a local container registryNextSuperstream Platform deployment for Air-Gapped environments
Last updated