diff options
| -rw-r--r-- | ydb/library/yql/dq/actors/compute/dq_compute_actor_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/library/yql/dq/actors/compute/dq_compute_actor_impl.h b/ydb/library/yql/dq/actors/compute/dq_compute_actor_impl.h index 27852630bf3..89fb706d88e 100644 --- a/ydb/library/yql/dq/actors/compute/dq_compute_actor_impl.h +++ b/ydb/library/yql/dq/actors/compute/dq_compute_actor_impl.h @@ -186,7 +186,7 @@ protected: Alloc = std::make_shared<NKikimr::NMiniKQL::TScopedAlloc>( __LOCATION__, NKikimr::TAlignedPagePoolCounters(), - FunctionRegistry->SupportsSizedAllocators(), + true, false ); InitMonCounters(taskCounters); |
