Comment on JEP 544: Ahead-of-Time Code CompilationparentComments−silon421dI wish JVM could at least recover the memory after some time and drop at runtime what quarkus / AOT drops at build time.−samus1dIt can and already does. It mostly depends on the GC. Or do you mean non-heap memory that the runtime uses?
Comments
I wish JVM could at least recover the memory after some time and drop at runtime what quarkus / AOT drops at build time.
It can and already does. It mostly depends on the GC. Or do you mean non-heap memory that the runtime uses?