Merge pull request #16525 from backstage/jhaals/moremem

bump microsite build memory limit
This commit is contained in:
Johan Haals
2023-02-22 11:38:54 +01:00
committed by GitHub
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
env:
CI: true
NODE_OPTIONS: --max-old-space-size=4096
NODE_OPTIONS: --max-old-space-size=7168
DOCUSAURUS_SSR_CONCURRENCY: 5
steps: