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.
Eclipse で Java アプリケーションの -Xmx を設定しない場合。Eclipse は、物理メモリに関連するデフォルトのヒープ サイズで起動します。このデフォルト値を計算する方法を知りたいです。
MemoryMXBean を使用して JVM の初期化メモリと最大メモリを取得し、RuntimeMXBean を使用して JVM 引数を取得できます。