Maxim Karavaev wrote: > Also I've found that huge grow of memory accurs only with 'trace > enabled="true"' option in web.config. After turning it off and > swicthing off session state web-application works well enougth for > me. But anyway it seems like size of mod-mono process never > decreases. Also real size of mod-mono process is bigger than value > reported by GC.GetTotalMemory();
Tracing is not intended to be used in production. It turns the cache module off and uses to consume a lot of memory. Robert _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
