From 57855cb1107b2ec6d85f2b9115fe3cf5f4d5ddad Mon Sep 17 00:00:00 2001 From: Ljin_brocade Date: Thu, 7 Nov 2024 10:57:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=8F=E8=94=BDhyperhold=E7=9B=B8=E5=85=B3?= =?UTF-8?q?=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ljin_brocade --- oriole/config.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/oriole/config.json b/oriole/config.json index 4699ea8..d25c011 100644 --- a/oriole/config.json +++ b/oriole/config.json @@ -202,6 +202,17 @@ ] } ] + }, + { + "subsystem": "resourceschedule", + "components": [ + { + "component": "memmgr", + "features": [ + "memmgr_hyperhold_memory = false" + ] + } + ] } ] } -- Gitee