<div dir="ltr">Thanks Utkarsh. This script solved my problem. <br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jul 15, 2015 at 7:44 PM, Utkarsh Ayachit <span dir="ltr"><<a href="mailto:utkarsh.ayachit@kitware.com" target="_blank">utkarsh.ayachit@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Delete() will only remove the render view, not all other proxies that were created as part of the state loading operation. The following script should do the trick:<div><br></div><div>--------------------------------------------------------------------------------</div><div><div>from paraview.simple import *</div><div><br></div><div>def ResetSession():</div><div>    pxm = servermanager.ProxyManager()</div><div>    pxm.UnRegisterProxies()</div><div>    del pxm</div><div>    Disconnect()</div><div>    Connect()</div><div><br></div><div>for i in range(0, 10):</div><div>    ResetSession()</div><div>    servermanager.LoadState("/tmp/sample.pvsm")</div><div>    renderView=SetActiveView(GetRenderView())</div><div>    Render()</div></div><div>--------------------------------------------------------------------------------<br></div><div><br></div><div>Utkarsh</div><div><br><br><div class="gmail_quote"><div><div class="h5"><div dir="ltr">On Wed, Jul 15, 2015 at 12:52 AM Raj Kumar Manna <<a href="mailto:rajphysics.mon@gmail.com" target="_blank">rajphysics.mon@gmail.com</a>> wrote:<br></div></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5"><div dir="ltr"><div><div><div><div>Dear All,<br><br></div>I am trying to load multiple state files by running a python script with python shell. The script is the following <br><br>#### import the simple module from the paraview<br>from paraview.simple import *<br><br>for time in range(0,200):<br>        renderView1 = GetActiveViewOrCreate('RenderView')<br><br>        # destroy renderView1<br>        Delete(renderView1)<br>        del renderView1<br><br>        filename = 'filepath/filename-%s.pvsm' % time<br>        servermanager.LoadState(filename)<br>        renderView=SetActiveView(GetRenderView())<br>        Render()<br>        # get layout<br>        viewLayout = GetLayout()<br><br>        # save screenshot<br>        SaveScreenshot('filepath/filename-%s.png' % time, layout=viewLayout, magnification=3, quality=100)<br><br></div>I was monitoring the memory used by machine, after some time steps the memory used by the machine is whole RAM. Can anybody tell me what I am doing wrong here. <br><br></div><div>I appreciate your time and support. <br></div><div><br><br></div>Thanks<br></div>Raj<br><div><div><div><br><br clear="all"><div><div><br>-- <br><div>##################################################################<br><div>
Raj Kumar Manna<br>
Complex Fluid & Biological Physics Lab<br>
IIT Madras<br>
<br>
Ph. No. 8144637401<br>
<br>
alternate email: <a href="mailto:rajphysics.mon@gmail.com" target="_blank">raj@physics.iitm.ac.in</a><br>
####################################################################</div></div>
</div></div></div></div></div></div></div></div>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" 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" rel="noreferrer" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=ParaView" rel="noreferrer" target="_blank">http://markmail.org/search/?q=ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/paraview" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/paraview</a><br>
</blockquote></div></div></div>
</blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature">##################################################################<br><div>
Raj Kumar Manna<br>
Complex Fluid & Biological Physics Lab<br>
IIT Madras<br>
<br>
Ph. No. 8144637401<br>
<br>
alternate email: <a href="mailto:rajphysics.mon@gmail.com" target="_blank">raj@physics.iitm.ac.in</a><br>
####################################################################</div></div>
</div>