I don&#39;t know if it applies to your pipelines, but each time I write an XML ServerManager to expose a VTK filter in ParaView, I add a ckeckbox for the vtkAlgorithm&#39;s function &quot;ReleaseDataFlag&quot; : <br><br>        &lt;IntVectorProperty<br>
                           name=&quot;ReleaseDataFlag&quot;<br>                           command=&quot;SetReleaseDataFlag&quot;<br>                           number_of_elements=&quot;1&quot;<br>                           default_values=&quot;0&quot;<br>
                           animateable=&quot;0&quot;&gt;<br>            &lt;BooleanDomain name=&quot;boolean&quot;/&gt;<br>            &lt;Documentation&gt;<br>                  Turn release data flag on or off for all output ports.         <br>
            &lt;/Documentation&gt;<br>         &lt;/IntVectorProperty&gt;<br><br>Obviously, it implies that the filters with RealeaseDataFlag set to true will reexecute at each update, even it they are not marked as modified.<br>
You can find such examples in my github repo that exposes VTK native filters to ParaView: <a href="http://github.com/jeromevelut/Peavip">http://github.com/jeromevelut/Peavip</a> . All the vtkImageAlgorithm derived filter propose this option.<br>
<br>HTH<br>Jerome<br><br><div class="gmail_quote">2011/7/8 Berk Geveci <span dir="ltr">&lt;<a href="mailto:berk.geveci@kitware.com">berk.geveci@kitware.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
If this is something that you are interested in exploring, we can help<br>
to some extent.<br>
<div><div></div><div class="h5"><br>
On Thu, Jul 7, 2011 at 3:22 PM, Utkarsh Ayachit<br>
&lt;<a href="mailto:utkarsh.ayachit@kitware.com">utkarsh.ayachit@kitware.com</a>&gt; wrote:<br>
&gt; Mike,<br>
&gt;<br>
&gt; There are currently no such plans in the near future, at the least.<br>
&gt; But that&#39;s definitely something we should start thinking about more<br>
&gt; seriously as we start dealing with larger and larger datasets.<br>
&gt;<br>
&gt; Utkarsh<br>
&gt;<br>
&gt; On Wed, Jul 6, 2011 at 10:12 PM, Michael Jackson<br>
&gt; &lt;<a href="mailto:mike.jackson@bluequartz.net">mike.jackson@bluequartz.net</a>&gt; wrote:<br>
&gt;&gt; Is there any ongoing or upcoming work in ParaView to have some sort of option to dispose of unused memory from filters that are higher up in the pipeline? We are thinking of basing our Materials Science based software package on VTK and then make the filters available in ParaView but our data sets are already pushing the memory limits of &quot;PCs&quot;. Having multiple copies of the data in memory would just make a bad situation worse for us. I know if I write my own pipeline in VTK I can manually dispose of memory from each pipeline step. Just wandering if this type of capability is going to be exposed in someway in an upcoming version of ParaView.<br>

&gt;&gt;<br>
&gt;&gt; Thanks<br>
&gt;&gt; ___________________________________________________________<br>
&gt;&gt; Mike Jackson                      <a href="http://www.bluequartz.net" target="_blank">www.bluequartz.net</a><br>
&gt;&gt; Principal Software Engineer       <a href="mailto:mike.jackson@bluequartz.net">mike.jackson@bluequartz.net</a><br>
&gt;&gt; BlueQuartz Software               Dayton, Ohio<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt;<br>
&gt;&gt; Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt;<br>
&gt;&gt; Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
&gt;&gt;<br>
&gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
&gt;&gt;<br>
&gt; _______________________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
&gt;<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
</div></div></blockquote></div><br>