Commit a6a7f4e
committed
test(memory_monitor): exclude snapshot bounce buffer
When taking a snapshot from a Secret Free VM, we create a bounce buffer
to be able to pass it to the host kernel to store in a file. Exclude it
from the memory monitor calculation.
Signed-off-by: Nikita Kalyazin <[email protected]>1 parent 1b94c4f commit a6a7f4e
1 file changed
+10
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
100 | 106 | | |
101 | 107 | | |
102 | 108 | | |
| |||
0 commit comments