27 lines
865 B
Diff
27 lines
865 B
Diff
From 48f8987596642b9a8adf17b307ff658b35c3f779 Mon Sep 17 00:00:00 2001
|
|
From: wangdi <wangdi@kylinos.cn>
|
|
Date: Fri, 24 Mar 2023 16:36:54 +0800
|
|
Subject: [PATCH] fill default value true for guest-manager-multi-thread in
|
|
momd.conf
|
|
|
|
---
|
|
doc/mom-balloon+ksm.conf | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/doc/mom-balloon+ksm.conf b/doc/mom-balloon+ksm.conf
|
|
index 4456da7..23d54eb 100644
|
|
--- a/doc/mom-balloon+ksm.conf
|
|
+++ b/doc/mom-balloon+ksm.conf
|
|
@@ -61,7 +61,7 @@ policy-dir:
|
|
# advantage of those guarantees, and do the monitoring using a single thread.
|
|
# If set to false, disable the current behaviour and configure MOM to monitor
|
|
# all the VMs using only one thread.
|
|
-guest-manager-multi-thread:
|
|
+guest-manager-multi-thread: true
|
|
|
|
[logging]
|
|
# Set the destination for program log messages. This can be either 'stdio' or
|
|
--
|
|
2.39.1
|
|
|