0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Heap memory errorで行ったこと

Last updated at Posted at 2025-01-08

はじめに

node.jsを使用して開発していたら、急にbackend serverが heap memory errorで止まったのでその際の対処法をメモしておく。

結論、行ったこと

アクティビティモニタから、node を削除しました。
Xnip2025-01-08_18-01-39.jpg

error内容

下記のエラーが表示され、npm run devができなくなった。
(最適な方法なのかは後日調査)

FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory

Xnip2025-01-08_18-06-16.jpg

ヒープメモリを確認したところ、4119と高めだったため一度 アクティビティモニタから nodeを削除する対応を行った。

参考

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?