RubyMine8 のメモリの割り当てを変更する
OS は EL Capitan で RubyMine のバージョンは 8.0.3 です.
RubyMine を本格的に使っていると動作がカクカクしてきたので, RubyMine の起動前にするべきこと にあるメモリの割り当てを変更してみました.
上のリンクからは微妙にパスやファイル名が変わっていたので, メモとして残しておきます.
パスとファイル名
/Applications/RubyMine.app/Contents/bin/rubymine.vmoptions
中身
rubymine.vmoptions
-Xms128m
-Xmx512m
-XX:MaxPermSize=250m
-XX:+UseCompressedOops
以下の場所にコピーする
$ cp rubymine.vmoptions ~/Library/Preferences/RubyMine80/rubymine.vmoptions
良しなに書き換える
$ vim ~/Library/Preferences/RubyMine80/rubymine.vmoptions
rubymine.vmoptions
-Xms1024m
-Xmx2048m
-XX:MaxPermSize=250m
-XX:+UseCompressedOops
公式ページ Tuning RubyMine にも書いてあるので, 参考までに.
Author And Source
この問題について(RubyMine8 のメモリの割り当てを変更する), 我々は、より多くの情報をここで見つけました https://qiita.com/ynii/items/2cdb26fee4cf260f50a8著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .