Commit a8591de
authored
Increase kvm sonic memory from 3GB to 4GB. (#7253)
What is the motivation for this PR?
Increase KVM sonic memory from 3GiB to 4GiB. Because some cases raised error log created by the tool memory_threshold_check, like free memory xx is less than memory threshold xx. And the threshold is based on total memory.
How did you do it?
Modify memory set in ansible/roles/vm_set/templates/sonic.xml.j2.
Notes: memory tag is the maximum allocation of memory and currentMemory tag is the actual allocation of memory.
How did you verify/test it?
Run TC and no memory_threshold_check issue.
Signed-off-by: Chun'ang Li <chunangli@microsoft.com>1 parent 129c8e3 commit a8591de
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments