From f6de5331bae7f330e19f2467c8104ae8791425b9 Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Mon, 10 Feb 2014 15:14:10 -0500 Subject: [PATCH] prefs: Disable memory polling by default This path hits the qemu monitor, and leads to the virt-manager UI being locked up when performing asynchronous tasks like creating a snapshot. So make it opt in for people that want it. --- data/org.virt-manager.virt-manager.gschema.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/org.virt-manager.virt-manager.gschema.xml b/data/org.virt-manager.virt-manager.gschema.xml index 8f4d57fb3..493b5baf5 100644 --- a/data/org.virt-manager.virt-manager.gschema.xml +++ b/data/org.virt-manager.virt-manager.gschema.xml @@ -128,7 +128,7 @@ Whether or not the app will poll VM network i/o statistics - true + false Poll memory stats Whether or not the app will poll VM memory statistics