-
Notifications
You must be signed in to change notification settings - Fork 77
Open
Description
The documentation states that the JVM memory, for the flow-repo, should be at least 512MB (for minimum specs):
https://docs.cloudbees.com/docs/cloudbees-cd/latest/requirements/k8s-requirements#_small_to_mid_range_deployments
In values.yaml:
ecconfigure: "--repositoryInitMemoryMB=256 --repositoryMaxMemoryMB=512" |
We could see that the initial Java heap size is set to 256MB.
I think the initial java heap size should be increased to 512MB and the max one to 1024MB but maybe the pod resources should be increased as well if we increase the JVM memory needs...
Metadata
Metadata
Assignees
Labels
No labels