Skip to content

Commit cf34672

Browse files
committed
fix: Increase NODE_OPTIONS memory limit in configmap.yaml from 768MB to 3072MB for improved application performance
1 parent ab81abf commit cf34672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm-chart/templates/configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ metadata:
55
labels:
66
{{- include "helm-chart.labels" . | nindent 4 }}
77
data:
8-
NODE_OPTIONS: "--openssl-legacy-provider --max-old-space-size=768"
8+
NODE_OPTIONS: "--openssl-legacy-provider --max-old-space-size=3072"

0 commit comments

Comments
 (0)