[Question] Server vs Workstation GarbageCollection Benchmark
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)
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?