Skip to content

Commit

Permalink
Merge pull request #6105 from liang-cong-red-hat/virtio-mem_memory_al…
Browse files Browse the repository at this point in the history
…location_change_request_size

Change request size to fit for 512mb block size on aarch64 64k kernel
  • Loading branch information
dzhengfy authored Jan 3, 2025
2 parents 2418bbb + d86da52 commit e5f4080
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 e5f4080

Please sign in to comment.