<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    I have  a sandbox, that consume memory and its only going up.<br>
    I have already removed all not needed objects and scripts. turned
    warp3d off.<br>
    But am still seeing memory is going up and up.<br>
    i changed the script so it set the listlength to 0 every time i
    reuse it with <br>
    <pre class="lsl">myList <span style="color: #66cc66;">=</span> <span style="color: #66cc66;">[</span><span style="color: #66cc66;">]</span>;</pre>
    And i dont see any other problem in the script that can increase
    memory useage.n<br>
    Now i have the idea that maby the list buffer dont get reset to the
    default memory usage when you initialize a list.<br>
    Is it possible the list just increase the buffer every time you use
    it. Offcorse you always start with listlength of 0 ?<br>
    <br>
    the opensim setting for AppDomain = true<br>
  </body>
</html>