<div dir="ltr"><div>Hi,</div><div><br></div><div>I was trying to better understand how ChucK deals with memory management. <br></div><div>I know there&#39;s no garbage collector in place and I also checked on the mailing list, where I found several really interesting conversations about this topic.</div><div>But still, I&#39;ve got this scenario where the memory in use keeps growing.:</div><div>From terminal I launch:</div><div>chuck --loop<br>then I run several times:</div><div> chuck + <a href="http://gc_empty.ck">gc_empty.ck</a><br></div><div>every time I wait that this ends first. <br><a href="http://gc_empty.ck">gc_empty.ck</a> contains just 1 line:</div><div> 1::second =&gt; now;<br></div><div><br></div><div>at the same time I&#39;m monitoring chuck using top (on MacOS High Sierra 10.13.1) and I get the following values for MEMORY:</div><div><br></div><div>as soon as I launch ChucK: 9008K</div><div>1st time I run &quot;<a href="http://gc_empty.ck">gc_empty.ck</a>&quot;: 9108K</div><div>2nd time I run &quot;<a href="http://gc_empty.ck">gc_empty.ck</a>&quot;: 9112K</div><div>3rd time I run &quot;<a href="http://gc_empty.ck">gc_empty.ck</a>&quot;: 9196K</div><div><br></div><div>Why is ChucK using more and more memory?</div><div>Sorry if this is maybe a silly question.<br><br></div><div>Cheers,</div><div>Mario<br></div></div>