mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Free bitmask
This commit is contained in:
parent
6557387148
commit
2988e13050
@ -84,6 +84,7 @@ uint64_t getMemoryAmountOrZero()
|
||||
|
||||
memory_amount = total_numa_memory;
|
||||
}
|
||||
numa_bitmask_free(membind);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
@ -778,6 +778,8 @@ try
|
||||
"ClickHouse is bound to a subset of NUMA nodes. Total memory of all available nodes {}",
|
||||
ReadableSize(total_numa_memory));
|
||||
}
|
||||
|
||||
numa_bitmask_free(membind);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user