enuchi / React-Google-Apps-Script

This is your boilerplate project for developing React apps inside Google Sheets, Docs, Forms and Slides projects. It's perfect for personal projects and for publishing complex add-ons in the Google Workspace Marketplace.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Javascript heap out of memory

Raj00377 opened this issue · comments

Anyone faced this issue? Getting FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory Please refer the attached screenshot

Screenshot from 2023-01-18 12-10-14

For me running the following command in the terminal resolved the issue:
export NODE_OPTIONS="--max-old-space-size=8192"

P.S: I am using bash(Ubuntu)

Are you running node 18?

Yes, v18.14.2
but the solution given by @HassamSaeed is working fine, but we need to know why its happening

Faced the same issue today on node 20.11.0, but fortunately it was resolved with @HassamSaeed's solution.