Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] Server vs Workstation GarbageCollection Benchmark #31

Open
lydonchandra opened this issue Oct 20, 2022 · 1 comment
Open

Comments

@lydonchandra
Copy link

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)

@Maoni0
Copy link
Owner

Maoni0 commented Feb 18, 2023

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants