mirror of
https://github.com/vale981/ray
synced 2025-04-23 06:25:52 -04:00
Tune transfer buffer size (#1363)
Increase buffsize from `4096` to `80*1024`.
This commit is contained in:
parent
62680011ee
commit
1ab2e63dbd
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ class RayConfig {
|
|||
local_scheduler_fetch_request_size_(10000),
|
||||
kill_worker_timeout_milliseconds_(100),
|
||||
manager_timeout_milliseconds_(1000),
|
||||
buf_size_(4096),
|
||||
buf_size_(80 * 1024),
|
||||
max_time_for_handler_milliseconds_(1000),
|
||||
size_limit_(100),
|
||||
num_elements_limit_(1000),
|
||||
|
|
Loading…
Add table
Reference in a new issue