Commit 4e67312
committed
fix(laptop): increase net-vm memory for darp11 storeDisk configs
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>1 parent 940ab0b commit 4e67312
1 file changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
326 | 326 | | |
327 | 327 | | |
328 | 328 | | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
329 | 334 | | |
330 | 335 | | |
331 | 336 | | |
| |||
578 | 583 | | |
579 | 584 | | |
580 | 585 | | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
581 | 591 | | |
582 | 592 | | |
583 | 593 | | |
| |||
0 commit comments