Skip to content

Inconsistency between documentation and helm-values #55

@jplayout

Description

@jplayout

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions