Hacker News new | past | comments | ask | show | jobs | submit login

How is the spin-up time for such a container?



It varies massively based on the tech stack. I have seen both simple Spring Boot and Quarkus apps take in excess of 10 seconds to start up in JVM mode. However, Quarkus compiled to native binary with GraalVM starts consistently under a second (in the ~500ms range). This is still brutal compared to running it on a vanilla MacBook which usually takes less than 20ms.



In my experience pretty good, even for a Django app. I believe the container sticks around for a while and is throttled to 0 CPU.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: