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

Reduce memory usage of self-contained build #175

Merged
merged 1 commit into from
May 27, 2024
Merged

Conversation

volllly
Copy link
Contributor

@volllly volllly commented May 27, 2024

We had set the build settings PublishReadyToRun to speed up startup times and EnableCompressionInSingleFile to reduce binary size.

These settings lead to a memory consumption of ~150mb per launcher process.
With removing these settings we get a more acceptable memory consumption of ~25mb per launcher process.

The binary size increases by 50mb but this is a compromise we should take 😁

@volllly volllly requested a review from a team as a code owner May 27, 2024 08:42
@volllly volllly merged commit b8ee2b0 into main May 27, 2024
2 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators May 27, 2024
@volllly volllly deleted the fix-launcher-memory-usage branch May 27, 2024 09:17
@volllly volllly self-assigned this May 28, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants