fix(laptop): increase net-vm memory for darp11 storeDisk configs#1769
Merged
brianmcgillion merged 1 commit intotiiuae:mainfrom Feb 19, 2026
Merged
fix(laptop): increase net-vm memory for darp11 storeDisk configs#1769brianmcgillion merged 1 commit intotiiuae:mainfrom
brianmcgillion merged 1 commit intotiiuae:mainfrom
Conversation
The `system76-darp11-b-storeDisk` targets were using the default net-vm memory (512 MiB). With `virtualization.microvm.storeOnDisk = true`, sysvms boot from EROFS-backed store disks, which increases page-cache/readahead pressure during early boot. On darp11 this can starve net-vm memory enough to cause Wi-Fi bring-up instability (`iwlwifi ... Unable to init nic`) while the system is under heavy EROFS read activity. Set a target-specific override: - `vmConfig.sysvms.netvm.mem = 1024` for both: - `system76-darp11-b-storeDisk-debug` - `system76-darp11-b-storeDisk-release` This keeps the change scoped to storeDisk variants of this hardware and avoids altering global installer or base VM defaults. Signed-off-by: Vunny Sodhi <vunny.sodhi@unikie.com>
kajusnau
approved these changes
Feb 19, 2026
Collaborator
kajusnau
left a comment
There was a problem hiding this comment.
LGTM 👍
We should keep this in mind for audio-vm as well, in case similar issues pop up there.
brianmcgillion
approved these changes
Feb 19, 2026
Collaborator
|
I will merge this now. but we have see these presures on resume from sleep also. So I am thinking that the vms should maybe have swap space assigned to them, to allow this tmp failover. also it would probably make the system more efficient as pages that are really not inuse can be swapped out. |
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.
Description of Changes
The
system76-darp11-b-storeDisktargets were using the default net-vm memory (512 MiB). Withvirtualization.microvm.storeOnDisk = true, sysvms boot from EROFS-backed store disks, which increases page-cache/readahead pressure during early boot.On darp11 this can starve net-vm memory enough to cause Wi-Fi bring-up instability (
iwlwifi ... Unable to init nic) while the system is under heavy EROFS read activity.Set a target-specific override:
vmConfig.sysvms.netvm.mem = 1024for both:
system76-darp11-b-storeDisk-debugsystem76-darp11-b-storeDisk-releaseThis keeps the change scoped to storeDisk variants of this hardware and avoids altering global installer or base VM defaults.
Fixes:: https://jira.tii.ae/browse/SSRCSP-8042
Type of Change
Related Issues / Tickets
Checklist
make-checksand it passesTesting Instructions
Applicable Targets
aarch64aarch64x86_64x86_64x86_64Installation Method
nixos-rebuild ... switchTest Steps To Verify: