Memory does not go down after garbage collection is performed.

1
Why doesn't the "tenured generation" drop to near zero even though garbage collection has been performed?
asked
1 answers
1

Hi Koudai,

 

one of the explanations according to Mendix is that this is caused by a proces that keeps using the memory and therefore can’t be released/cleared.

 

https://docs.mendix.com/refguide/java-memory-usage/

https://docs.mendix.com/refguide/transient-objects-garbage-collecting/

answered