Skip to content

Commit bf77ffa

Browse files
use strict throwing CountingAllocator by default
1 parent 3ee73dd commit bf77ffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dbcon/joblist/resourcemanager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ class ResourceManager
471471

472472
template <typename T>
473473
allocators::CountingAllocator<T> getAllocator(
474-
bool strict = false,
474+
bool strict = true,
475475
const int64_t checkPointStepSize = allocators::CheckPointStepSize,
476476
const int64_t memoryLimitLowerBound = allocators::MemoryLimitLowerBound)
477477
{

0 commit comments

Comments
 (0)