Closed
Description
It can be really handy to have something like Epsilon GC for native-images.
From the Epsilon docs(motivation section):
A short-lived job might rely on exiting quickly to free the resources (e.g. heap memory). In this case, accepting the GC cycle to futilely clean up the heap is a waste of time, because the heap would be freed on exit anyway. Note that the GC cycle might take a while, because it would depend on the amount of live data in the heap, which can be a lot.
For the reference #651 (comment)