摘要: <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> <version>2.7.4</version> <!-- <exclusions>-- 阅读全文
posted @ 2021-08-08 18:04 XUMT111 阅读(49) 评论(0) 推荐(0)
摘要: www.jianshu.com/p/0f1f5adffdc1G1中提供了三种模式垃圾回收模式,young gc、mixed gc 和 full gc,在不同的条件下被触发1,年轻代gc的时机 当所有eden region被耗尽无法申请内存时,就会触发一次young gc,这种触发机制和之前的youn 阅读全文
posted @ 2021-08-08 09:41 XUMT111 阅读(732) 评论(0) 推荐(0)