Skip to content

Commit 64709e8

Browse files
committed
[KQP] Some fixes
1 parent 574fc14 commit 64709e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/kqp/compute_actor/kqp_compute_actor_factory.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ class TKqpCaFactory : public IKqpNodeComputeActorFactory {
140140
inputChannelsCount += i.ChannelsSize();
141141
}
142142

143-
memoryLimits.ChannelBufferSize = std::max<ui32>(estimation.ChannelBufferMemoryLimit / std::max<ui32>(1, inputChannelsCount), MinChannelBufferSize.load());
143+
memoryLimits.ChannelBufferSize = 10 * 1024 * 1024;
144144
memoryLimits.OutputChunkMaxSize = args.OutputChunkMaxSize;
145145
AFL_DEBUG(NKikimrServices::KQP_COMPUTE)("event", "channel_info")
146146
("ch_size", estimation.ChannelBufferMemoryLimit)

0 commit comments

Comments
 (0)