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.
This commit is contained in:
parent
f6785df663
commit
5b9fc46523
@ -74,6 +74,9 @@
|
||||
"allocator.resident": {
|
||||
"type": "integer"
|
||||
},
|
||||
"allocator.muzzy": {
|
||||
"type": "integer"
|
||||
},
|
||||
"allocator-fragmentation.ratio": {
|
||||
"type": "number"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user