fix: increase generate-types memory limit and remove invalid JVM env var #74
Reference in New Issue
Block a user
Delete Branch "benvin/fix-generate-types-oom"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The container was OOMKilled on every run because the 256Mi limit was far
too low for
puppet generate types. Remove PUPPETSERVER_JAVA_ARGS (onlyrelevant to the puppetserver JVM, not the puppet CLI) and raise the
memory limit to 1Gi / request 512Mi.