summary refs log tree commit diff stats
path: root/gitlab/issues_text/target_missing/host_missing/accel_missing/1089
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-06-01 21:35:14 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-06-01 21:35:14 +0200
commit3e4c5a6261770bced301b5e74233e7866166ea5b (patch)
tree9379fddaba693ef8a045da06efee8529baa5f6f4 /gitlab/issues_text/target_missing/host_missing/accel_missing/1089
parente5634e2806195bee44407853c4bf8776f7abfa4f (diff)
downloadqemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.tar.gz
qemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.zip
clean up repository
Diffstat (limited to 'gitlab/issues_text/target_missing/host_missing/accel_missing/1089')
-rw-r--r--gitlab/issues_text/target_missing/host_missing/accel_missing/108924
1 files changed, 0 insertions, 24 deletions
diff --git a/gitlab/issues_text/target_missing/host_missing/accel_missing/1089 b/gitlab/issues_text/target_missing/host_missing/accel_missing/1089
deleted file mode 100644
index 7a714c809..000000000
--- a/gitlab/issues_text/target_missing/host_missing/accel_missing/1089
+++ /dev/null
@@ -1,24 +0,0 @@
-when I use memory balloon,the qemu process memory usage is displayed incorrectly
-Description of problem:
-My vm memory is 4GB,and use the balloon driver,the balloon value is also 4GB.
-I run a soft to consume memory in vm,I can see the memory usage rate is 15% in host. When I stop the soft in vm,the memory of free info in host and vm 
-become normal,but use "top -d 3 -Hp $qemu_pid" to query in host,the memory usage rate is also 15%.I need to modify the balloon value in a smaller values,the memory usage rate will reduce. why? 
-![image](/uploads/cb904692df89db633825da0609458c1f/image.png)
-Steps to reproduce:
-1.run a soft to consume memory in vm,and query top info,the qemu process memory usage:15%
-
-
-2.query free info in host and vm (reduce)
-
-
-3.stop sort in vm
-
-
-4.query free info in host and vm (recover)
-
-
-5.query top info again (also 15%)
-
-
-
-6.modify the balloon value in a smaller (modify the balloon value in a smaller values,the memory usage rate will reduce)