-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Code Quality: Use Satori GC for x64 and arm64 package #17487
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
Conversation
Will we set latency mode for the compaction?
Will we set latency mode for the compaction?
Maybe not. For the desktop app, we prefer a smaller memory footprint, especially when the latency of interactive mode is already low.
Hmmm based on my observation it seems that it would be better to enable LowLatency mode. Need to verify the memory consumption.
With LowLatency mode the memory grows very aggressively.
I think we need to stick with the default interactive mode.
It's slightly better than WKS GC btw, but not that observable.
The package size is 1mb smaller.
Uh oh!
There was an error while loading. Please reload this page.
This can improve the overall performance, memory footprint and responsiveness.
Note: this only affects the package. It won't kick in during the build process.
I'm maintaining the Satori GC build in a separate repository.
Also, bump the Windows SDK version to 26100.