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.
私は遭遇しjava out of memory: perm gen exceptionます。Javaヒープサイズを拡張して解決しようとしましたが、解決できませんでした。どうすればメモリを増やすことができますか?
java out of memory: perm gen exception
Java を起動するときは、次のようなディレクティブを使用する必要があります。-XX:MaxPermSize=128m
-XX:MaxPermSize=128m
PermGen は、クラス定義などを格納する場所です。Xmxや などによって参照されるのは、同じメモリ本体の一部ではありませんXms。
Xmx
Xms