Skip to content

Commit

Permalink
Increase memory
Browse files Browse the repository at this point in the history
  • Loading branch information
timkim committed Oct 9, 2024
1 parent d56ee1f commit 51e04bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
GATSBY_SITE_DOMAIN_URL: https://developer-stage.adobe.com
GATSBY_TEMPLATE_ID: ${{ secrets.AIO_IMS_DEV_TEMPLATE_ID }}
GATSBY_PRODUCT_NAME: "Adobe Express Embed SDK"
NODE_OPTIONS: "--max_old_space_size=8192"
NODE_OPTIONS: "--max_old_space_size=16384"
- name: Deploy
uses: AdobeDocs/static-website-deploy@master
with:
Expand Down Expand Up @@ -263,7 +263,7 @@ jobs:
GATSBY_SITE_DOMAIN_URL: https://developer.adobe.com
GATSBY_TEMPLATE_ID: ${{ secrets.AIO_IMS_PROD_TEMPLATE_ID }}
GATSBY_PRODUCT_NAME: "Adobe Express Embed SDK"
NODE_OPTIONS: "--max_old_space_size=8192"
NODE_OPTIONS: "--max_old_space_size=16384"
- name: Deploy
uses: AdobeDocs/static-website-deploy@master
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
GOOGLE_OAUTH_CLIENT_SECRET: ${{ secrets.GOOGLE_OAUTH_CLIENT_SECRET }}
GOOGLE_DOCS_TOKEN: ${{ secrets.GOOGLE_DOCS_TOKEN }}
GOOGLE_DOCS_FOLDER_ID: ${{ secrets.GOOGLE_DOCS_FOLDER_ID }}
NODE_OPTIONS: "--max_old_space_size=8192"
NODE_OPTIONS: "--max_old_space_size=16384"
- name: Deploy to GH Pages
uses: JamesIves/github-pages-deploy-action@v4
with:
Expand Down

0 comments on commit 51e04bf

Please sign in to comment.