Originally posted by bug77
View Post
Eclipse OpenJ9 0.27 Released For OpenJDK 8/11/16 Alternative
Collapse
X
-
Originally posted by Delgarde View Post
More so than they used to. On traditional big servers with legacy JavaEE apps, you're certainly correct - but for "cloud" architectures of clustered containers, I think there's more tolerance for updating more regularly, so the six-month support period isn't such a limit.
Comment
-
-
Originally posted by bug77 View Post
Yeah, Java in the cloud, don't get me started. I've just compared something relatively simple written in Go and translated in Java. Where Go needs 25MB RAM, the Java version (with Micronaut), needs just under 280MB.
The Docker image is also almost 20x bigger.
Comment
-
-
Originally posted by caligula View PostIsn't GraalVM designed for those use cases where you need low memory footprint? I know it doesn't work too well with all the projects, but some modern frameworks like Quarkus should support it from day one.
Originally posted by caligula View PostWell, Docker supports layers. Are you saying the uppermost layer consisting of Java jar/class files is 20x bigger?
Plus, it's just jdk-slim+my code. Because I didn't manage to get jlink working with Micronaut (I'll circle back at some point)
Comment
-
Comment