Two jvm options that we can provide -Xms and -Xmx which are minimum and maximum heap size for jvm respectively. In a lot of applications, I have noticed both these values to be same. Is there a specific or good reason why developers chose to have both minimum and maximum possible heap to be same?
Thanks