[Paraview] Out of memory when exporting animations

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Tue Dec 6 07:36:47 EST 2011


Also for those using 3.10/3.12, you can use the following Python
script to display display lists:

# turn off display lists
g = servermanager.misc.GlobalMapperProperties()
g.GlobalImmediateModeRendering = 1

Form the Qt client, use the Settings dialog to enable immediate mode rendering.

Utkarsh


On Tue, Dec 6, 2011 at 7:35 AM, Utkarsh Ayachit
<utkarsh.ayachit at kitware.com> wrote:
> I've attached a patch that should fix the issue. The fix has been
> pushed to git and will make it to git-master in near future.
>
> Thomas, I'm not sure if you're using OSMesa, so this may not fix your
> issue.  Let me know if this patch doesn't help.
>
> Utkarsh
>
> On Tue, Dec 6, 2011 at 7:05 AM, Utkarsh Ayachit
> <utkarsh.ayachit at kitware.com> wrote:
>> Yup, I tracked it down to display lists not being cleaned up correctly
>> when using OSMesa. I'm now trying to decide how best to fix the issue.
>>
>> Utkarsh
>>
>> On Tue, Dec 6, 2011 at 5:55 AM, Paul Edwards <paul.m.edwards at gmail.com> wrote:
>>> Turning off the display lists fixes it for me in pvserver.
>>>
>>> Regards,
>>> Paul
>>>
>>>
>>> On 5 December 2011 20:40, Utkarsh Ayachit <utkarsh.ayachit at kitware.com>
>>> wrote:
>>>>
>>>> I'm tracking this down. Goodwin, I was able to reproduce the issue
>>>> using the steps listed on http://paraview.org/Bug/view.php?id=12424
>>>> I'll keep the list updated as I discover things.
>>>>
>>>> Utkarsh
>>>>
>>>> On Mon, Dec 5, 2011 at 2:27 PM, Seth Gilchrist <seth at mech.ubc.ca> wrote:
>>>> > Hi all,
>>>> > This seems to be a recurring problem.  Below are some links to previous
>>>> > posts in the PV mailing list with the same issue.
>>>> >
>>>> > It seems to be a fairly widespread bug.  I have tried compiling from the
>>>> > git
>>>> > and releases and tried all the binaries.  The only way around is to go
>>>> > back
>>>> > to 3.8 or earlier (one post said they had to go back to 3.6).
>>>> >
>>>> > Cheers,
>>>> > Seth
>>>> >
>>>> > http://www.paraview.org/pipermail/paraview/2011-October/022868.html
>>>> >
>>>> > http://www.paraview.org/pipermail/paraview/2011-October/022892.html
>>>> >
>>>> > http://www.mail-archive.com/paraview@paraview.org/msg13286.html
>>>> >
>>>> >
>>>> >
>>>> >
>>>> > _______________________________________________
>>>> > Powered by www.kitware.com
>>>> >
>>>> > Visit other Kitware open-source projects at
>>>> > http://www.kitware.com/opensource/opensource.html
>>>> >
>>>> > Please keep messages on-topic and check the ParaView Wiki at:
>>>> > http://paraview.org/Wiki/ParaView
>>>> >
>>>> > Follow this link to subscribe/unsubscribe:
>>>> > http://www.paraview.org/mailman/listinfo/paraview
>>>> >
>>>> _______________________________________________
>>>> Powered by www.kitware.com
>>>>
>>>> Visit other Kitware open-source projects at
>>>> http://www.kitware.com/opensource/opensource.html
>>>>
>>>> Please keep messages on-topic and check the ParaView Wiki at:
>>>> http://paraview.org/Wiki/ParaView
>>>>
>>>> Follow this link to subscribe/unsubscribe:
>>>> http://www.paraview.org/mailman/listinfo/paraview
>>>
>>>


More information about the ParaView mailing list