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 GCオプションに関しては-Xminf、ガベージコレクション後に解放されるヒープの最小パーセンテージを指定します。空き領域がこの量を下回ると、JVMはヒープを拡張しようとします。
-Xminf
ただし、無料の割合については、ここで質問があります。その値はどのように計算されますか?それはから100%*freeHeap/AllocatedHeapですか100%*freeHeap/MaximumHeap?違いますので、手伝ってください。
100%*freeHeap/AllocatedHeap
100%*freeHeap/MaximumHeap
前もって感謝します
そのかなりfreeHeap/AllocatedHeap。また、パーセンテージではなく、0から1までの10進数です。デフォルト値は0.3です。