[Opensim-users] Is it possible lsl list dont return memory to system ?
Melanie
melanie at t-data.com
Mon Sep 3 23:12:19 UTC 2012
If you are using mono, it's mono that will ever release the memory
back to the system.
You can force it to do that by:
echo 3 > /proc/sys/vm/drop_caches
Melanie
On 04/09/2012 00:55, R.Gunther wrote:
> I have a sandbox, that consume memory and its only going up.
> I have already removed all not needed objects and scripts. turned warp3d
> off.
> But am still seeing memory is going up and up.
> i changed the script so it set the listlength to 0 every time i reuse it
> with
>
> myList= [];
>
> And i dont see any other problem in the script that can increase memory
> useage.n
> Now i have the idea that maby the list buffer dont get reset to the
> default memory usage when you initialize a list.
> Is it possible the list just increase the buffer every time you use it.
> Offcorse you always start with listlength of 0 ?
>
> the opensim setting for AppDomain = true
>
>
>
>
> _______________________________________________
> Opensim-users mailing list
> Opensim-users at lists.berlios.de
> https://lists.berlios.de/mailman/listinfo/opensim-users
More information about the Opensim-users
mailing list