|
|
|
|
|
by azth
1582 days ago
|
|
What does that have to do with being "closer to the metal"? Secondly, Java can be tuned, but its default mode of operation is to take up the most amount of memory it can in order to give you higher performance (thoughput and latency). `-Xmx` is a thing. Finally, now with GraalVM going mainstream, and frameworks like Quarkus[1] and Micronaut[2], you are able to compile Java programs to native binaries and also have lower memory usage if that's truly a restriction. [1] https://quarkus.io/
[2] https://micronaut.io/ |
|
Some people really don't want to tune VMs. No one is saying Java doesn't have a place too. Jeez, dude.