-
Notifications
You must be signed in to change notification settings - Fork 611
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
qemu: adjust the memory size for workarounding M1 panic
Adjust the memory to be less than 4 GiB, only when the following conditions are met: - memBytes >= 4 GiB - Host OS < macOS 12.4 - Host Arch == arm64 - Accel == hvf - QEMU >= 7.0 This adjustment is required for avoiding host kernel panic. The issue was fixed in macOS 12.4 Beta 1. See https://gitlab.com/qemu-project/qemu/-/issues/903#note_911000975 Signed-off-by: Akihiro Suda <[email protected]>
- Loading branch information
1 parent
41e3bb7
commit 64111b0
Showing
1 changed file
with
66 additions
and
8 deletions.
There are no files selected for viewing
This file contains 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