generated at
JavaScript heap out of memory
v8のエラー

メモリが足りず、Node.jsプロセスがクラッシュする
try-catchでは回避できない
対策
オンメモリに大きなデータを持たない
大きなデータはpipeとstreamで処理する