Skip to content

Commit

Permalink
Merge pull request autotest#5470 from liang-cong-red-hat/increase_cur…
Browse files Browse the repository at this point in the history
…rent_memory_size

Increase current memory to avoid guest boot failure for short of memory
  • Loading branch information
dzhengfy authored Mar 13, 2024
2 parents 866a537 + 67cbfa8 commit 1aba8c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions libvirt/tests/cfg/libvirt_mem.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@
max_mem_rt =
max_mem =
numa_cells =
current_mem = 2048000
attach_option = "--config"
- attach_invalid_type:
memory_addr = "{'type':'diee','slot':'16','base':'0x11fffffffff'}"
Expand Down
2 changes: 1 addition & 1 deletion libvirt/tests/cfg/memory/memory_misc.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
vmxml_max_mem_unit = 'KiB'
vmxml_max_mem = 1024000
vmxml_current_mem_unit = 'KiB'
vmxml_current_mem = 1024000
vmxml_current_mem = 2048000
vmxml_vcpu = 4
cpu_attrs = {'mode': 'host-model', 'numa_cell': [{'id': '0', 'cpus': '0,2', 'memory': '${numa_node_size}', 'unit': 'KiB'}, {'id': '1', 'cpus': '1,3', 'memory': '${numa_node_size}', 'unit': 'KiB'}]}
aarch64:
Expand Down

0 comments on commit 1aba8c2

Please sign in to comment.