yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #06759
Re: [Question #215877]: SIGKILL and possible memory leakage
Question #215877 on Yade changed:
https://answers.launchpad.net/yade/+question/215877
Chareyre proposed the following answer:
Could you try without this?
O.trackEnergy=True
O.timingEnabled=True # to enable timing services
If it doesn't change the leak, then it would be also useful to remove
all the postprocessing stuff, e.g. volSph=utils.getSpheresVolume(), to
see if there is a leak in a very core part of the code.
The ultimate tool to detect leaks is valgrind:
valgrind --leak-check=full yade myscript
However, I didn't try recently, and it may well give a huge amount of
results due to python now, independently of yade, which does not help to
find the relevant data.
--
You received this question notification because you are a member of
yade-users, which is an answer contact for Yade.