fix jvm heap memory aggregation number to 1048576 (#5473)
This commit is contained in:
parent
29de696c42
commit
efd080840e
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue