Skip to content

Commit

Permalink
arm64: increase VM RAM to fix ldconfig.service crashes
Browse files Browse the repository at this point in the history
See: flatcar/Flatcar#1493

Signed-off-by: Adrian Vladu <avladu@cloudbasesolutions.com>
  • Loading branch information
ader1990 committed Jul 5, 2024
1 parent 5c9351d commit c85e69f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/qemu.go
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ func CreateQEMUCommand(board, uuid, biosImage, consolePath, confPath, diskImageP
"qemu-system-aarch64",
"-machine", "virt",
"-cpu", "cortex-a57",
"-m", "2512",
"-m", "3072",
}
case "arm64--amd64-usr":
qmBinary = "qemu-system-x86_64"
Expand Down

0 comments on commit c85e69f

Please sign in to comment.