Skip to content

Commit e2889c9

Browse files
committed
Intermediate changes
commit_hash:e1eb0a481cf72a8bb6c872082c87a6f6592921c7
1 parent 734564f commit e2889c9

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

yql/essentials/cfg/tests/gateways.conf

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,4 +271,39 @@ Solomon {
271271

272272
Ytflow {
273273
GatewayThreads: 1
274+
275+
DefaultSettings {
276+
Name: "GracefulUpdate"
277+
Value: "1"
278+
}
279+
280+
DefaultSettings {
281+
Name: "FiniteStreams"
282+
Value: "1"
283+
}
284+
285+
DefaultSettings {
286+
Name: "ControllerCount"
287+
Value: "1"
288+
}
289+
290+
DefaultSettings {
291+
Name: "ControllerMemoryLimit"
292+
Value: "1G"
293+
}
294+
295+
DefaultSettings {
296+
Name: "WorkerCount"
297+
Value: "1"
298+
}
299+
300+
DefaultSettings {
301+
Name: "WorkerMemoryLimit"
302+
Value: "1G"
303+
}
304+
305+
DefaultSettings {
306+
Name: "YtPartitionCount"
307+
Value: "1"
308+
}
274309
}

0 commit comments

Comments
 (0)