|
|
|
|
|
by vbezhenar
1741 days ago
|
|
I'm personally interested in reducing RAM consumption. Right now Spring Boot application with very little functionality (like few REST endpoints, talking to database) easily eats few hundreds of megabytes RAM. Similar node.js application eats few dozens of megabytes RAM. Cost of using Java is high, when there are plenty of those services, especially when we're talking about resilient services and launching 2-3 instances of every service. Fast startup time is just a good bonus. That's for my use-case. Lambdas, obviously, demand fast start-up. |
|