properly it is something like garbage collection causing this. Then the freed memory is not released immediately but a some undefined time in the future.
2012/9/5 R.Gunther <[email protected]> > 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 >>> [email protected] >>> https://lists.berlios.de/**mailman/listinfo/opensim-users<https://lists.berlios.de/mailman/listinfo/opensim-users> >>> >> ______________________________**_________________ >> Opensim-users mailing list >> [email protected] >> https://lists.berlios.de/**mailman/listinfo/opensim-users<https://lists.berlios.de/mailman/listinfo/opensim-users> >> >> > ______________________________**_________________ > Opensim-users mailing list > [email protected] > https://lists.berlios.de/**mailman/listinfo/opensim-users<https://lists.berlios.de/mailman/listinfo/opensim-users> > -- Groningen en Hannover Opensims: secondlife://meverhagen.nl:8002:Hannover ZW/
_______________________________________________ Opensim-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/opensim-users
