Skip to content

Compute resources

Zora Helm Chart allows you to define resource requests and limits (memory and CPU) for zora-operator and plugins. You can do this by setting specific parameters using --set argument as the example below.

--set operator.resources.limits.memory=256Mi

Alternatively, a YAML file can be specified using -f myvalues.yaml flag.

Tip

Refer to the default values.yaml file for more details

In a similar way, you can customize the resources for plugins. The following example sets 1Gi as memory limit for marvin plugin.

--set scan.plugins.marvin.resources.limits.memory=1Gi