Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Sher Sun <sher.sun@huawei.com>
  • Loading branch information
Sher Sun committed Apr 30, 2024
1 parent c9c3733 commit a594b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.c
Original file line number Diff line number Diff line change
Expand Up @@ -5682,7 +5682,7 @@ sds genRedisInfoString(dict *section_dict, int all_sections, int everything) {
long long memory_lua = evalMemory();
long long memory_functions = functionsMemory();
struct serverMemOverhead *mh = getMemoryOverheadData();
char mem_allocator[64] = ZMALLOC_LIB;
unsigned char mem_allocator[64] = ZMALLOC_LIB;

/* Peak memory is updated from time to time by serverCron() so it
* may happen that the instantaneous value is slightly bigger than
Expand Down

0 comments on commit a594b55

Please sign in to comment.