Skip to content

Commit 4f31245

Browse files
Merge pull request #90 from CodeForPhilly/feature/add-node-options-memory-limit
Add NODE_OPTIONS environment variable with memory limit to prevent OO…
2 parents fd7cf95 + 5d308a5 commit 4f31245

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)