Read-only forum archive

Memory: restart?

Memory: restart?

trailblazer · Wed Jan 06, 2010 7:17 pm

Hi there,

how do I clear the currently used memory in singular? Is there some sort of "reset"-call?

Re: Memory: restart?

hannes · Thu Jan 07, 2010 2:31 pm

to free memory used by some object o,
use
kill o;
to free all objects, use
killall();
from the library general.lib.
And, no, there no general reset beside starting a new Singular process.