Skip to content

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 to build project. In case Javascript heap out of memory exist, thing developer can do is to increase limits of Node environment by passing export NODE_OPTIONS=--max_old_space_size=8192 command. Of course exact 8192 can be changed to 4096 or 2048.

Clone this wiki locally