blob: cc351fd3aa6255627d61801ea1d6b0cedc4670bb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
device: 0.846
vnc: 0.601
graphic: 0.506
boot: 0.492
PID: 0.448
debug: 0.370
KVM: 0.366
network: 0.359
permissions: 0.352
performance: 0.322
semantic: 0.265
socket: 0.249
files: 0.089
other: 0.080
Prevent virtual machine memory leakage
Description of problem:
The data written in the virtual machine does not clear the memory after the virtual machine is shut down. When the virtual machine with large memory is started, it may access the data of the previous virtual machine
Steps to reproduce:
1. create a virtual machine with large size memory( 80% of the host's Physical memory)
2. Request all free memory and write the characteristic string in vm
3. restart the vm
4. Request all free memory and query the last character string written
Additional information:
|