From efd080840e9cf8e2bdd87c010701564b2ccd6d0e Mon Sep 17 00:00:00 2001 From: xbkaishui Date: Sat, 12 Sep 2020 10:37:36 +0800 Subject: [PATCH] fix jvm heap memory aggregation number to 1048576 (#5473) --- .../src/main/resources/ui-initialized-templates.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oap-server/server-bootstrap/src/main/resources/ui-initialized-templates.yml b/oap-server/server-bootstrap/src/main/resources/ui-initialized-templates.yml index 81e2da0da..a4c7f832e 100644 --- a/oap-server/server-bootstrap/src/main/resources/ui-initialized-templates.yml +++ b/oap-server/server-bootstrap/src/main/resources/ui-initialized-templates.yml @@ -334,7 +334,7 @@ templates: "chartType": "ChartLine", "unit": "MB", "aggregation": "/", - "aggregationNum": "1045504" + "aggregationNum": "1048576" }, { "width": 3, @@ -721,7 +721,7 @@ templates: "chartType": "ChartLine", "unit": "MB", "aggregation": "/", - "aggregationNum": "1045504" + "aggregationNum": "1048576" }, { "width": 3,