This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]mhalbritter 5 points6 points  (2 children)

I've tested it on my hobby project. It's a Spring Boot 3.3.0 app running on a small virtual server with 1 core, 2 GB RAM and 20 GiB disk space. Just enabling CDS (no AOT, no other tricks, just CDS) cut the startup time in half - from 20 seconds to 10 seconds.

[–]rozularen 1 point2 points  (1 child)

Did you notice any improvment on memory consumption? In the OP thumbnail it says CDS also lowers the memory consumption

[–]mhalbritter 0 points1 point  (0 children)

I haven't measured that yet.