On Fri, 2005-02-04 at 06:00 +0100, MDK wrote: > I've been doing some mono development, and I noticed that too (Mono GC > memory leaking). Is there any chance that this is going to change in the > upcoming Mono versions?
The plan is to fix it post-mono 1.2. In the meantime, you have to work around the problem: being smarter about allocations, using shorter-lived helper processes to do the heaviest lifting, etc. Joe _______________________________________________ Dashboard-hackers mailing list [email protected] http://mail.gnome.org/mailman/listinfo/dashboard-hackers
