Skip to content

Commit

Permalink
Merge pull request #2 from r12f/user/r12f/ssw
Browse files Browse the repository at this point in the history
Increase VM CPU and memory size.
  • Loading branch information
zjswhhh authored Oct 4, 2024
2 parents 899c9f0 + f029c66 commit 6d56fea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ansible/roles/vm_set/templates/sonic_vm.xml.j2
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<domain type='kvm' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'>
<name>{{ vm_name }}</name>
<memory unit='GiB'>4</memory>
<currentMemory unit='GiB'>4</currentMemory>
<vcpu placement='static'>2</vcpu>
<memory unit='GiB'>8</memory>
<currentMemory unit='GiB'>8</currentMemory>
<vcpu placement='static'>4</vcpu>
<resource>
<partition>/machine</partition>
</resource>
Expand Down

0 comments on commit 6d56fea

Please sign in to comment.