-
Notifications
You must be signed in to change notification settings - Fork 137
Known Contribution Issues
jmarkowski edited this page Mar 18, 2020
·
3 revisions
- Javascript heap out of memory -
FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory. Our NGX libraries are being constantly developed, so environment needs more and more size tobuildproject. In caseJavascript heap out of memoryexist, thing developer can do is to increase limits of Node environment by passingexport NODE_OPTIONS=--max_old_space_size=8192command. Of course exact8192can be changed to4096or2048.