mirror of
https://github.com/wassname/ray.git
synced 2026-07-16 11:21:10 +08:00
Tune transfer buffer size (#1363)
Increase buffsize from `4096` to `80*1024`.
This commit is contained in:
committed by
Melih Elibol
parent
62680011ee
commit
1ab2e63dbd
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user