[Opensim-users] Is it possible lsl list dont return memory to system ?

R.Gunther rigun at rigutech.nl
Tue Sep 4 23:23:59 UTC 2012


To make end at this topic for now. i did more test and different test. 
did a compleet clean database.
changed a few lines in code. But for now its hard to reproduce. I dont 
think its the list command.
What made the prblem then .... ?  Well i relly dont know :\

On 2012-09-04 01:12, Melanie wrote:
> 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
> _______________________________________________
> 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