We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67fa39c commit 88db02eCopy full SHA for 88db02e
shared/source/utilities/buffer_pool_allocator.h
@@ -25,7 +25,7 @@ class MemoryManager;
25
template <typename PoolT>
26
struct SmallBuffersParams {
27
protected:
28
- static constexpr auto aggregatedSmallBuffersPoolSize = 2 * MemoryConstants::megaByte;
+ static constexpr auto aggregatedSmallBuffersPoolSize = 64 * MemoryConstants::kiloByte;
29
static constexpr auto smallBufferThreshold = 4 * MemoryConstants::kiloByte;
30
static constexpr auto chunkAlignment = 512u;
31
static constexpr auto startingOffset = chunkAlignment;
0 commit comments