memory management - java jvm maximum and minimum heap options -
two jvm options can provide -xms , -xmx minimum , maximum heap size jvm respectively. in lot of applications, have noticed both these values same. there specific or reason why developers chose have both minimum , maximum possible heap same?
thanks
one answer avoid memory fragmentation, vm start max allowed allocating size
Comments
Post a Comment