We have an application with a fairly common usage pattern. We send many
messages in memory between a series of components (often with queues in the
middle). In looking through sgen and defaults etc it would seem that by
default there is a 4kb nursery. In this case we would have many of these
small short lived messages getting promoted to the main heap. Is this a
usage scenario where we might want to increase the size of the nursery to
prevent the false promotions (aside from the messages we allocate very
little else).

Cheers,

Greg

-- 
Le doute n'est pas une condition agréable, mais la certitude est absurde.
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to