Skip to content

Commit

Permalink
fix memory
Browse files Browse the repository at this point in the history
Signed-off-by: Pierrick Bouvier <[email protected]>
  • Loading branch information
pbo-linaro committed Nov 26, 2024
1 parent 568d858 commit aa86bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/test_aarch64_virt.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def test_aarch64_virt_rme(self):

self.vm.add_args('-accel', 'tcg')
self.vm.add_args('-cpu', 'max,x-rme=on')
self.vm.add_args('-m', '2048')
self.vm.add_args('-m', '8G')
self.vm.add_args('-M', 'virt,acpi=off,'
'virtualization=on,'
'secure=on,'
Expand Down

0 comments on commit aa86bdb

Please sign in to comment.