How to free Old / Tenured Generation memory.

2
Right now, my project has a very large percentage of Old / Tenured Generation memory. I have consulted the Mendix Document (https://docs.mendix.com/refguide7/java-memory-usage/) and found that it is basically a memory area that is not garbage collected. I also understand that this area is not used unless the capacity of the "Young Generation" memory area is exceeded. *Within "Young Generation", "Eden Space" and "Survivor Spaces" clean up the used memory when the memory capacity is exceeded, respectively. I would like to make a modification so that the memory space of "Young Generation" is not exceeded, but I do not know how much memory space "Young Generation" has. Where can I find it in DeveloperPotal?
asked
0 answers