0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

【Node.js】Node.jsの最大メモリを増やす方法

Posted at

#Node.jsの最大メモリを増やす方法
 設定>システム>詳細情報>システムの詳細設定

image.png

 詳細設定>環境変数

image.png

システム環境変数>新規
image.png

変数名: NODE_OPTIONS
変数値: --max_old_space_size=30720(好きな値)

image.png

0
1
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
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?