18
16

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 5 years have passed since last update.

PhpStormの使用メモリを増量して高速化させる方法(MacOS X10.9.5)

Last updated at Posted at 2014-10-07

PhpStormのメモリ不足時のエラー

Fatal_Configuration_Problem_と_common_db_php_-kpi_tool-___PhpstormProjects_kpi_tool.png

## 解消法

  • idea.vmoptionsファイルをコピー
cp /Applications/PhpStorm.app/bin/idea.vmoptions ~/Library/Preferences/WebIde70/idea.vmoptions
  • ~/Library/Preferences/WebIde70/idea.vmoptionsを開き、Xms(起動時メモリ割り当て), Xmx(最大メモリ)を変更。
-Xms1024m
-Xmx2048m
-XX:MaxPermSize=512m
-XX:ReservedCodeCacheSize=256m
-XX:+UseCompressedOops
  • PhpStorm再起動
18
16
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
18
16

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?