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 [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

