From 5b9fc465239036b378a39cbebf3706a2db74dd32 Mon Sep 17 00:00:00 2001 From: Binbin Date: Wed, 21 Feb 2024 14:35:10 +0800 Subject: [PATCH] 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. --- src/commands/memory-stats.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/commands/memory-stats.json b/src/commands/memory-stats.json index 83a6cd324..916c4bdcb 100644 --- a/src/commands/memory-stats.json +++ b/src/commands/memory-stats.json @@ -74,6 +74,9 @@ "allocator.resident": { "type": "integer" }, + "allocator.muzzy": { + "type": "integer" + }, "allocator-fragmentation.ratio": { "type": "number" },