JVM -XX:NewRatio、-XX:SurvivorRatio参数含义
newRatio 是调整新生代和老年代的比例
survivorRatio 是调整eden和surviovor区域的大小
-Dspring.profiles.active=dev
mvn install -Dmaven.test.skip=true
笔记转移,由于在有道云的笔记转移,写的时间可能有点久,如果有错误的地方,请指正
newRatio 是调整新生代和老年代的比例
survivorRatio 是调整eden和surviovor区域的大小
-Dspring.profiles.active=dev
mvn install -Dmaven.test.skip=true