mem-doc icon indicating copy to clipboard operation
mem-doc copied to clipboard

[Question] Server vs Workstation GarbageCollection Benchmark

Open lydonchandra opened this issue 3 years ago • 1 comments

Hi is there a template to follow to benchmark the performance difference between Server vs Workstation GarbageCollection for aspnet core applications ? we experienced out-of-memory events with Server GarbageCollection, and using Workstation GarbageCollection "should" reduce memory usage, but need to collect the metrics as some of us insists NOT to use workstation GC (for context we have 30 aspnet core app in Kubernetes with total of about 8 vCPU)

lydonchandra avatar Oct 20 '22 09:10 lydonchandra

oops, sorry I didn't notice this. this repo is only for documentation purposes. for future references, please open an issue on our runtime repo.

we experienced out-of-memory events with Server GarbageCollection, and using Workstation GarbageCollection "should" reduce memory usage,

I'm not sure if that means you have or have not tried to use workstation GC?

need to collect the metrics as some of us insists NOT to use workstation GC

is there anything preventing you from collecting metrics?

Maoni0 avatar Feb 18 '23 22:02 Maoni0