Skip to content

Commit

Permalink
Add new allocator.muzzy field to memory-stats reply schema (#13076)
Browse files Browse the repository at this point in the history
This field was added in #12996 but forgot to add it in json file.
This also causes reply-schemas-validator to fail.
  • Loading branch information
enjoy-binbin committed Feb 21, 2024
1 parent f6785df commit 5b9fc46
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/commands/memory-stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@
"allocator.resident": {
"type": "integer"
},
"allocator.muzzy": {
"type": "integer"
},
"allocator-fragmentation.ratio": {
"type": "number"
},
Expand Down

0 comments on commit 5b9fc46

Please sign in to comment.