bump ramdisk to 1200MB#263
Merged
Merged
Conversation
rmustacc
approved these changes
Jul 21, 2026
rmustacc
left a comment
Contributor
There was a problem hiding this comment.
I think it really is important we understand what's going on. We can't always keep increasing in perpetuity. But I realize we don't have the cycles for that right now.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We are hitting the ramdisk size on oxidecomputer/omicron#10847. Rust 1.97 seems to have caused a significant increase in Rust binary size:
I would like to understand the root cause at some point -- it is perhaps related to the new symbol mangling scheme -- but regardless we are going to want to update the toolchain. The above checks account for a 50 MiB (compressed) increase and I know there's many more Rust binaries in the host OS image than that, so 1200 seems safe to account for wanting to do a mass-upgrade to 1.97.1 across what we ship.