Skip to content

Commit 665a9da

Browse files
committed
added comment
1 parent 25817ce commit 665a9da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ namespace NYql::NDq {
5656
}
5757
}
5858

59+
// Thiss callback is created for testing purposes and will be enabled only with spilling.
60+
// Most likely this callback will be removed after: KIKIMR-21481.
5961
void TrySetIncreaseMemoryLimitCallbackWithRSSControl(NKikimr::NMiniKQL::TScopedAlloc* alloc) {
6062
if (CanAllocateExtraMemory) {
6163
alloc->Ref().SetIncreaseMemoryLimitCallback([this, alloc](ui64 limit, ui64 required) {

0 commit comments

Comments
 (0)