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 _______________________________________________ Opensim-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/opensim-users
