Skip to content

Commit 28455da

Browse files
committed
chore: test new mimalloc version
Signed-off-by: Roman Gershman <[email protected]>
1 parent 5bd7ea7 commit 28455da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/server/memory_cmd.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ void MemoryCmd::ArenaStats(CmdArgList args) {
326326
}
327327

328328
if (show_arenas) {
329-
mi_debug_show_arenas(true, true, true);
329+
// mi_debug_show_arenas(true, true, true);
330330
return builder_->SendOk();
331331
}
332332

0 commit comments

Comments
 (0)