[Mono-bugs] [Bug 402833] Slow memory allocation in multi-thread app
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Sep 8 00:25:32 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=402833
User miguel at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=402833#c7
Miguel de Icaza <miguel at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |miguel at novell.com
Severity|Major |Normal
--- Comment #7 from Miguel de Icaza <miguel at novell.com> 2008-09-07 22:25:31 MDT ---
This is a very interesting observation.
Could you help us track this down a little further?
One of the tests that I have in mind is to try out a newer version of Boehm's
Garbage Collector. Install the latest Boehm Garbage Collector, and then
instruct Mono to not use the built-in copy of Boehm, but instead to use the
system installed version of it, by using:
/configure --with-gc=boehm
And report back the data?
Additionally, I wonder if you could run Mono with Shark, and provide us some
profiling information?
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list