Skip to content

Commit

Permalink
Merge pull request #6043 from zhenyzha/memtune
Browse files Browse the repository at this point in the history
virsh_memtune: Expanding memtune values on ARM platforms
  • Loading branch information
Yingshun authored Dec 10, 2024
2 parents 2c9a03b + 7f37c79 commit 0fe829f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libvirt/tests/cfg/virsh_cmd/domain/virsh_memtune.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
mt_hard_limit = 1111111
mt_soft_limit = 222222
mt_swap_hard_limit = 3333333
aarch64:
mt_hard_limit = 4194304
mt_soft_limit = 8388608
mt_swap_hard_limit = 12582912
- step_increment:
mt_step_mem = "yes"
mt_base_mem = 1048576
Expand Down

0 comments on commit 0fe829f

Please sign in to comment.