Skip to content

Commit 5d308a5

Browse files
author
Zachary Leahan
committed
Add NODE_OPTIONS environment variable with memory limit to prevent OOM errors
1 parent fd7cf95 commit 5d308a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

choose-native-plants/release-values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ app:
4444
name: linode-storage
4545
key: LINODE_ENDPOINT_URL
4646
optional: false
47+
- name: NODE_OPTIONS
48+
value: "--openssl-legacy-provider --max-old-space-size=768"
4749

4850
# Resource settings for the application
4951
resources:

0 commit comments

Comments
 (0)