Skip to content

Commit 88db02e

Browse files
Revert "performance(ocl): set buffer pool size to 2MB"
This reverts commit b2cfd18. Resolves: NEO-9771, NEO-9772 Signed-off-by: Dominik Dabek <[email protected]>
1 parent 67fa39c commit 88db02e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/source/utilities/buffer_pool_allocator.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class MemoryManager;
2525
template <typename PoolT>
2626
struct SmallBuffersParams {
2727
protected:
28-
static constexpr auto aggregatedSmallBuffersPoolSize = 2 * MemoryConstants::megaByte;
28+
static constexpr auto aggregatedSmallBuffersPoolSize = 64 * MemoryConstants::kiloByte;
2929
static constexpr auto smallBufferThreshold = 4 * MemoryConstants::kiloByte;
3030
static constexpr auto chunkAlignment = 512u;
3131
static constexpr auto startingOffset = chunkAlignment;

0 commit comments

Comments
 (0)