<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">вс, 22 янв. 2023 г., 17:54 Stefan de Konink via Cin <<a href="mailto:cin@lists.cinelerra-gg.org" target="_blank" rel="noreferrer">cin@lists.cinelerra-gg.org</a>>:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
When editing with Cinelerra (current git) I experience frequently that my <br>
entire system hangs after scratching through either the timeline or the <br>
viewer. As experienced before I have noticed that Cinerella eats a lot of <br>
memory.<br>
<br>
The total amount of assets I have currently in my project is about 70GB, my <br>
system memory is 16GB, and yesterday I have added 8GB of swap (normally no <br>
swap).<br>
<br>
It seems that with every video that I preview my memory usage significantly <br>
increases, but is never released. I think we have discussed this behavior <br>
on the mailinglist before being that the indices never get released. But <br>
still the amount does not make sense to me. <br>
<br>
As user my expectation would be that when I would close the *viewer*, the <br>
memory would get released, especially when the content is not placed on the <br>
timeline.<br>
<br>
Are there any statistics available on the memory usage what goes where?<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">can you use 'top' to see if memory eaten by cin process or X server?</div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Practical question: is it possible to have a different path for the <br>
emergency backups than /tmp?<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"></blockquote></div></div><div dir="auto">hm, from code ...</div><div dir="auto"><br></div><div dir="auto"><div dir="auto">char string[BCTEXTLEN];</div><div dir="auto"><br></div><div dir="auto">// Delete extra backups</div><div dir="auto">    fs.set_filter("backup*.prev_*");</div><div dir="auto">    fs.complete_path(preferences->index_directory);</div><div dir="auto">    fs.update(preferences->index_directory);</div><div dir="auto"><br></div><div dir="auto">so check preferences-> index directory path in GUI?</div></div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
-- <br>
Stefan<br>
-- <br>
Cin mailing list<br>
<a href="mailto:Cin@lists.cinelerra-gg.org" rel="noreferrer noreferrer" target="_blank">Cin@lists.cinelerra-gg.org</a><br>
<a href="https://lists.cinelerra-gg.org/mailman/listinfo/cin" rel="noreferrer noreferrer noreferrer" target="_blank">https://lists.cinelerra-gg.org/mailman/listinfo/cin</a><br>
</blockquote></div></div></div>