サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
2024年ランキング
github.com/making
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
Cloud FoundryのJava BuildpackではJava Memory Calculatorによって自動でJVMに割り当てるメモリサイズが計算されます。 デフォルトでは次の式で計算されます。 Heap Size = Container's memory Size - Native Size Native Size = -XX:MaxMetaSpaceSize + -XX:ReservedCodeCacheSize + -XX:MaxDirectMemorySize + (-Xss * Number of threads) 各種JVMパラメーターはデフォルトで次の値が設定されます。 -XX:MaxMetaSpaceSize ... クラスファイル数から自動で算出 -XX:CompressedClassSpaceSize ... クラスファイル数から自動で算出 <- Compres
このページを最初にブックマークしてみませんか?
『making - Overview』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く