Skip to content

Commit

Permalink
Change request size to fit for 512mb block size on aarch64 64k kernel
Browse files Browse the repository at this point in the history
Signed-off-by: liang-cong-red-hat <lcong@redhat.com>
  • Loading branch information
liang-cong-red-hat committed Jan 3, 2025
1 parent 2418bbb commit d86da52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
- virtio_mem_with_exceed_size:
only without_numa.with_maxmemory
target_size = "10485760"
request_size = "256"
request_size = "512"
target_size_unit = "KiB"
virtio_mem_dict = {'mem_model': '${mem_model}', 'target': {'requested_unit': '${request_size_unit}', 'size': ${target_size}, 'size_unit': '${target_size_unit}', 'requested_size': ${request_size}, 'block_unit': 'KiB', 'block_size': %s}}
coldplug_start_error = "${err_msg2}"
Expand Down

0 comments on commit d86da52

Please sign in to comment.