Unverified Commit 5b9fc465 authored by Binbin's avatar Binbin Committed by GitHub
Browse files

Add new allocator.muzzy field to memory-stats reply schema (#13076)

This field was added in #12996 but forgot to add it in json file.
This also causes reply-schemas-validator to fail.
parent f6785df6
...@@ -74,6 +74,9 @@ ...@@ -74,6 +74,9 @@
"allocator.resident": { "allocator.resident": {
"type": "integer" "type": "integer"
}, },
"allocator.muzzy": {
"type": "integer"
},
"allocator-fragmentation.ratio": { "allocator-fragmentation.ratio": {
"type": "number" "type": "number"
}, },
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment