Commit c37849c
committed
fix(tests/virtio-mem): increase base VM memory size to hotplug 16GB
The previously set 256MB were not enough for hotplugging 16GB of memory.
This is because the kernel needs 64B for every 4kB page, meaning 262MB
for 16GB.
Signed-off-by: Riccardo Mancini <[email protected]>1 parent 7048272 commit c37849c
1 file changed
+8
-3
lines changedLines changed: 8 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
38 | 44 | | |
39 | 45 | | |
40 | 46 | | |
41 | 47 | | |
42 | 48 | | |
43 | 49 | | |
44 | | - | |
| 50 | + | |
45 | 51 | | |
46 | | - | |
47 | 52 | | |
48 | 53 | | |
49 | 54 | | |
| |||
52 | 57 | | |
53 | 58 | | |
54 | 59 | | |
55 | | - | |
| 60 | + | |
56 | 61 | | |
57 | 62 | | |
58 | 63 | | |
| |||
0 commit comments