Spring Boot应用,使用native编译与不使用的启动时间和内存占用对比
对比表:
应用 | 启动时间(秒) | 内存消耗(M) | 启动模式 |
---|---|---|---|
app1(spring boot) + JVM | 3.4 | 183.3 | JVM |
app1(spring boot) + Native | 0.44 | 57.7 | native-image |
对比表:
应用 | 启动时间(秒) | 内存消耗(M) | 启动模式 |
---|---|---|---|
app1(spring boot) + JVM | 3.4 | 183.3 | JVM |
app1(spring boot) + Native | 0.44 | 57.7 | native-image |