19 ms·
I wish JVM could at least recover the memory after some time and drop at runtime what quarkus / AOT drops at build time.
by silon42 5d ago
I wish JVM could at least recover the memory after some time and drop at runtime what quarkus / AOT drops at build time.
- samus 5d agoIt can and already does. It mostly depends on the GC. Or do you mean non-heap memory that the runtime uses?