NoahKusaba commented on code in PR #2438:
URL:
https://github.com/apache/datafusion-ballista/pull/2438#discussion_r3994271941
##########
docs/source/user-guide/configs.md:
##########
@@ -190,8 +190,8 @@ _Example: Specifying configuration options when starting
the scheduler_
| key | type | default |
description
|
| -------------------------------------------- | ------ | ----------- |
--------------------------------------------------------------------------------------------------------------------------
|
-| scheduler-policy | Utf8 | pull-staged | Sets
the task scheduling policy for the scheduler, possible values: pull-staged,
push-staged. |
-| event-loop-buffer-size | UInt32 | 10000 | Sets
the event loop buffer size. for a system of high throughput, a larger value
like 1000000 is recommended. |
+| scheduler-policy | Utf8 | push-staged | Sets
the task scheduling policy for the scheduler, possible values: pull-staged,
push-staged. |
+| event-loop-buffer-size | UInt32 | 1000 | Sets
the event loop buffer size. for a system of high throughput, a larger value
like 1000000 is recommended. |
Review Comment:
Should I just set the config.rs to 1000?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]