There is a wiki page on memory leaks: http://en.wikipedia.org/wiki/Memory_leak
The memory error above does not seem to have references to oar import, but seems to occur somewhere in the LindenUDP.LLUDPServer.PacketReceived code. So apparently opensim tried to allocate some memory to process a packet received from the viewer but failed to do so. The server has 24gigs so I doubt all that memory was used, but I could be the amount of memory the opensim proces is allowed to use is limited in some other way. (the os, desktops, http servers, database servers all use memory oft more that you would suspect.) Something like free -m shows the memory usage. I do not know what to use on windows machine to show the memory usage.
_______________________________________________ Opensim-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/opensim-users
