Skip to content

Commit 4b81bef

Browse files
committed
UCP: Decrease default value for MIN_RMA_CHUNK_SIZE from 16k to 8k
1 parent b3cfe4d commit 4b81bef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ucp/core/ucp_context.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ static ucs_config_field_t ucp_context_config_table[] = {
239239
"multiple rails. Must be greater than 0.",
240240
ucs_offsetof(ucp_context_config_t, min_rndv_chunk_size), UCS_CONFIG_TYPE_MEMUNITS},
241241

242-
{"MIN_RMA_CHUNK_SIZE", "16k",
242+
{"MIN_RMA_CHUNK_SIZE", "8k",
243243
"Minimum chunk size to split the message sent with RMA protocol on\n"
244244
"multiple rails. Must be greater than 0.",
245245
ucs_offsetof(ucp_context_config_t, min_rma_chunk_size), UCS_CONFIG_TYPE_MEMUNITS},

0 commit comments

Comments
 (0)