From 517081eec163610e67735f010ca78ce7398bebff Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Mon, 26 Jun 2023 19:11:16 -0400 Subject: [PATCH] increase znc memory limits for compiling modules --- cluster/apps/irc/znc/helm-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/apps/irc/znc/helm-release.yaml b/cluster/apps/irc/znc/helm-release.yaml index 679b8ff6..54fc2e6b 100644 --- a/cluster/apps/irc/znc/helm-release.yaml +++ b/cluster/apps/irc/znc/helm-release.yaml @@ -81,4 +81,4 @@ spec: cpu: 1m memory: 4Mi limits: - memory: 200Mi \ No newline at end of file + memory: 1Gi # this will likely not happen during normal running, but compiling modules requires this \ No newline at end of file