OpenLiberty / open-liberty-operator

Eclipse Public License 2.0
28 stars 36 forks source link

Increase the memory limit of the Operator #564

Closed leochr closed 2 months ago

leochr commented 3 months ago

On a cluster where the Liberty Operator is installed in AllNamespaces mode (cluster-wide), the many instances of custom resources (CRs) across many namespaces could result in high memory usage and in some cases could run out of memory and crash the container. As a result, the CR instances won't be reconciled by the Operator. This was observed with 512MB memory limit. Hence, consider increasing the limit to 1024MB. The Operator will start off with 128 MB (memory request) and then ONLY use the additional memory if required.

kabicin commented 3 months ago

Updated the current internal folder and manifests (no backport)

leochr commented 2 months ago

Closing as completed. Thank you