There is a wiki page on memory leaks:
<a href="http://en.wikipedia.org/wiki/Memory_leak">http://en.wikipedia.org/wiki/Memory_leak</a><div><br></div><div>The memory error above does not seem to have references to oar import, but seems to occur somewhere in the <span style>LindenUDP.LLUDPServer.</span><span style>PacketReceived code. </span></div>
<div><span style>So apparently opensim tried to allocate some memory to process a packet received from the viewer but failed to do so. </span></div><div><span style>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.)</span></div>
<div><span style><br></span></div><div><span style>Something like </span><span style="background-color:rgb(255,255,255);color:rgb(51,51,51);font-family:'Lucida Grande',Verdana,Arial,sans-serif;font-size:12px;line-height:25px;text-align:justify">free -m shows the memory usage. I do not know what to use on windows machine to show the memory usage.</span></div>