Hi Robert, There is a mechanism to cap the number of open files? I haven't found this option despite my source code dive-in...
@Threadstarter: On linux, I solved this issue with reconfiguring my ressources. in ubuntu: Code: sudo vim /etc/security/limits.conf # End of file <your account name> soft nofile 65353 <your account name> hard nofile 65353 Thank you! Cheers, Torben ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=25352#25352 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

