Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory

# How to fix FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory in nodejs, try it 100% working:

1. open script using vim or nano ~/.bashrc
2. add this export NODE_OPTIONS=--max_old_space_size=16384 // what ever you want
3. enter in your terminal source ~/.bashrc
Source by itsmycode.com #
 
PREVIOUS NEXT
Tagged: #FATAL #Ineffective #heap #limit #Allocation #failed #JavaScript #heap #memory
ADD COMMENT
Topic
Name
9+1 =