Skip to content

Commit 1a531c9

Browse files
committed
fixup
1 parent f92aa20 commit 1a531c9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ydb/library/yql/dq/actors/compute/dq_compute_memory_quota.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ namespace NYql::NDq {
131131

132132
private:
133133
void RequestExtraMemory(ui64 memory, NKikimr::NMiniKQL::TScopedAlloc* alloc) {
134-
alloc->GetAllocated();
135134
memory = std::max(AlignMemorySizeToMbBoundary(memory), MemoryLimits.MinMemAllocSize);
136135

137136
if (MemoryLimits.MkqlProgramHardMemoryLimit && MkqlMemoryLimit + memory > MemoryLimits.MkqlProgramHardMemoryLimit) {

0 commit comments

Comments
 (0)