Skip to content

Commit 1f337ea

Browse files
committed
bump memory
1 parent 3bc86b3 commit 1f337ea

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deploy-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414
contents: read
1515

1616
env:
17-
NODE_OPTIONS: "--max-old-space-size=8192"
17+
NODE_OPTIONS: "--max-old-space-size=16384"
1818
CP_WEB_URL: https://flexgen-dev.reflex.dev/
1919
CP_BACKEND_URL: https://flexgen-dev.reflex.dev/
2020

.github/workflows/deploy-prd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212
contents: read
1313

1414
env:
15-
NODE_OPTIONS: "--max-old-space-size=8192"
15+
NODE_OPTIONS: "--max-old-space-size=16384"
1616
FLY_API_TOKEN: ${{ secrets.PRD_FLY_API_TOKEN }}
1717

1818
jobs:

.github/workflows/deploy-stg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313
contents: read
1414

1515
env:
16-
NODE_OPTIONS: "--max-old-space-size=8192"
16+
NODE_OPTIONS: "--max-old-space-size=16384"
1717
FLY_API_TOKEN: ${{ secrets.STG_FLY_API_TOKEN }}
1818
CP_WEB_URL: https://flexgen-staging.reflex.dev/
1919
CP_BACKEND_URL: https://flexgen-staging.reflex.dev/

0 commit comments

Comments
 (0)