From 9260319e7411ff8281700a532caa436f40120ec4 Mon Sep 17 00:00:00 2001 From: Christian Krinitsin Date: Fri, 30 May 2025 16:52:07 +0200 Subject: gitlab scraper: download in toml and text format --- .../issues_text/target_missing/host_missing/accel_missing/1199 | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 gitlab/issues_text/target_missing/host_missing/accel_missing/1199 (limited to 'gitlab/issues_text/target_missing/host_missing/accel_missing/1199') diff --git a/gitlab/issues_text/target_missing/host_missing/accel_missing/1199 b/gitlab/issues_text/target_missing/host_missing/accel_missing/1199 new file mode 100644 index 000000000..ac6eaef18 --- /dev/null +++ b/gitlab/issues_text/target_missing/host_missing/accel_missing/1199 @@ -0,0 +1,10 @@ +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: + -- cgit 1.4.1