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 f92aa20 commit 1a531c9Copy full SHA for 1a531c9
ydb/library/yql/dq/actors/compute/dq_compute_memory_quota.h
@@ -131,7 +131,6 @@ namespace NYql::NDq {
131
132
private:
133
void RequestExtraMemory(ui64 memory, NKikimr::NMiniKQL::TScopedAlloc* alloc) {
134
- alloc->GetAllocated();
135
memory = std::max(AlignMemorySizeToMbBoundary(memory), MemoryLimits.MinMemAllocSize);
136
137
if (MemoryLimits.MkqlProgramHardMemoryLimit && MkqlMemoryLimit + memory > MemoryLimits.MkqlProgramHardMemoryLimit) {
0 commit comments