You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I investigated a bit and for now idk if it's a real memory leak or not.
Indeed when launching again and again the simulation I see in my task monitor in windows that the memory used increases, though after the first simulation it's only a few MB or 10s of MB more, which makes it difficult for me to know if it's a real leak or just some "useless" caching happening in the JVM and that will be released some time later.
Furthermore, there's a discrepancy between the memory used as shown in GAMA and the one shown by Windows, for example, right now GAMA is telling me that it uses 136MB out of 4G available, but windows tells me GAMA uses 2051MB. When I call the garbage collector from GAMA and go from 800MB used to around 100MB, the use shown by windows barely drops by 100MB.
Describe the bug
GAMA takes more and more RAM after running for a period of time
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The memory usage of GAMA keeps increasing in Activity Monitor, even when clicking on the "bin icon" to free up memory.
Desktop (please complete the following information):
HongBangDevelopment - Memory Leak.zip
The text was updated successfully, but these errors were encountered: