Skip to content

Commit

Permalink
Adding README section with a FAQ item about node memory
Browse files Browse the repository at this point in the history
  • Loading branch information
cbenning committed Feb 13, 2023
1 parent 803f16f commit fd58e9f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,10 @@ Once complete you can upload the output folder to your webserver, or see what it
`python -m http.server --directory /my-output-folder`


## FAQ

### I get an error 'JavaScript heap out of memory'

Try increasing your Node memory allocation: `NODE_OPTIONS="--max-old-space-size=2048" yarn build`

Reference: https://github.com/cbenning/fussel/issues/25

0 comments on commit fd58e9f

Please sign in to comment.