[Mono-dev] Mono GC tuning

Greg Young gregoryyoung1 at gmail.com
Thu Dec 22 14:34:33 UTC 2016


Thanks Alex, any idea on the throughput trade offs with concurrent?
Obviously I will measure this but would be interested to see any
benchmarks etc others may have.

On Thu, Dec 22, 2016 at 12:47 PM, Alex Rønne Petersen <alex at alexrp.com> wrote:
> Hi,
>
> The concurrent collector should be fairly stable on desktop at least.
> It's what we use on CI.
>
> Regards,
> Alex
>
> On Thu, Dec 22, 2016 at 1:26 PM, Greg Young <gregoryyoung1 at gmail.com> wrote:
>> I want to spend a couple of days tuning our mono GC usage. What things
>> should I be looking to tweak and what things should I be monitoring?
>> Currently I have been looking at GC pauses via the profiler API.
>>
>> As most of our allocations are short lived (and long lived ones mostly
>> live for the life time of the process) I would imagine trying to tune
>> nurseries to be the right size is the main place for improvement? Also
>> is concurrent/multi-threaded GC stable as of this point?
>>
>> Cheers,
>>
>> Greg
>>
>> --
>> Studying for the Turing test
>> _______________________________________________
>> Mono-devel-list mailing list
>> Mono-devel-list at lists.dot.net
>> http://lists.dot.net/mailman/listinfo/mono-devel-list



-- 
Studying for the Turing test


More information about the Mono-devel-list mailing list