-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug/sframbat/memleak #3538
base: develop
Are you sure you want to change the base?
Bug/sframbat/memleak #3538
Conversation
@sframba found that this test resulted in a memory leak. It was assumed that this was in syncronizeFields. At some point it appeared that the issue is in the call:
as the increase happened between @sframba can you confirm the leak had disappeared on your system? |
Hello, I found there may be a memory leak in the explicit solid mechanics solver and wanted to share my observations in case it helps with diagnosing the issue. I used an input file from the I suspect this memory leak might affect all solvers, but it has likely gone unnoticed in the implicit solver since the number of time increments is typically small. However, in the explicit solver, where a large number of time increments is required, the memory leak becomes more significant. I used the following command: export OMP_NUM_THREADS=10
geos -i multiBodyMeshGen_smoke.xml I hope this information is helpful. Please let me know if any additional details are needed! Thanks! |
Hi @rrsettgast , it seems that the leak between
I also added some prints in the I digged a little deeper and one of the leaks for example comes from a line in
Again, this involves an |
…e of the leaks (not tied to strings)
The memory usage in the aforementioned case is now stable after replacing |
Tanks @rrsettgast for the |
@sframba @rrsettgast have either of you run |
@sframba @rrsettgast I just ran |
No description provided.