Hi Thomas,

You aren't specific about which version of the OSG you are talking
about so it's difficult to give any specific advice.  The best I can
suggest is that svn/trunk has a number of bug fixes/improvements to
DatabasePager that would make it worthy of updating to.

Robert.

On Wed, Jun 9, 2010 at 1:25 AM, Thomas Canipel <thomas.cani...@gmail.com> wrote:
> Hi,
>
>  I was using the release of osg to perform some screenshot of a scene using 
> pbuffer . The memory usage was fine , but since I update to the last version 
> of osg I see memory problem, it seems that it come from the DataPager , When 
> I display my scene into an osgViewer the datapager act normally and release 
> the tiles that is not seen anymore , when I begin to use the pbo and creating 
> the screenshot by moving the camera , the memory is not release correctly , 
> seems taht the datapager doesnt release properly the tiles, I try to do it 
> manually but since ExpiryDelay is depracated I try to use Clear() on the 
> DataPager but I was surprise taht even by using getDataPager()->clear() no 
> memory was realeased...
>
> if you have an idea of whats going on ? i will try to break it into a small 
> test.
>
> Thank you!
>
> Cheers,
> Thomas
>
> ------------------
> Read this topic online here:
> http://forum.openscenegraph.org/viewtopic.php?p=28708#28708
>
>
>
>
>
> _______________________________________________
> osg-users mailing list
> osg-users@lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to