Hi all,<br><br>I&#39;m using vtkCosmoReader to read files.<br>The files are really big, each file is 4GB.<br>I read files in a loop, each iteration I&#39;m using (reading) only 2 files.<br>After 2 iterations I get a message, that my computer can not allocate more memory.<br>

<br>I suspect that the reader doesn&#39;t closes the files. Is there any way to check/force<br>file/memory management/garbage collection?<br><br>Thank you for any ideas,<br>Ula<br><br>P.S. I checked all other components, they should not cause the problem<br>