Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
-Xms1024m -Xmx1024mのような引数を使用してヒープサイズを増やす方法を教えてもらえますか? Program 引数と VM 引数の違いは何ですか?
[引数] タブで [実行] -> [実行構成] に移動すると、VM Argumentsこれを追加できるセクションが見つかります。
VM Arguments
VM 引数の入力例
-Xms50M -Xmx128M
Program Argumentsメインクラスに渡される引数について言及します。
Program Arguments