Sync failed with error "Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory"

Avec la branche 1.8 je pense qu’il faut plus que 4Go de RAM maintenant. Peux-tu essayer en ajoutant cette variable d’environnement ?

export NODE_OPTIONS=--max-old-space-size=8192
3 Likes