Increase chunk size to reduce no. of threads

This commit is contained in:
Pravein Govindan Kannan
2025-06-30 15:03:52 +05:30
parent 17546dc79f
commit c4b9b2e682

View File

@ -985,7 +985,7 @@ class NixlConnectorWorker:
assert len(local_block_descs_ids) == len(remote_block_descs_ids)
# Prepare transfer with Nixl.
CHUNK_SIZE = 100
CHUNK_SIZE = 1000
handles = []
futures = []
with ThreadPoolExecutor() as executor: