Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gxf_extensions/ucx/ucx_holoscan_component_serializer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ Expected<size_t> UcxHoloscanComponentSerializer::serializeMessageLabel(
"%zu bytes. You can try to increase the buffer capacity by setting the "
"HOLOSCAN_UCX_SERIALIZATION_BUFFER_SIZE environment variable, but the limit it is "
"possible to set will depend on the maximum header size supported by the underlying "
"ucp_send_am_nbx function of UCX.",
"ucp_am_send_nbx function of UCX.",
total_size,
buffer_capacity);
return Unexpected{GXF_FAILURE};
Expand Down