Spring Boot应用,使用native编译与不使用的启动时间和内存占用对比

对比表:

应用 启动时间(秒) 内存消耗(M) 启动模式
app1(spring boot) + JVM 3.4 183.3 JVM
app1(spring boot) + Native 0.44 57.7 native-image
posted @ 2024-06-03 15:21  漠孤烟  阅读(100)  评论(0)    收藏  举报