Skip to content

Commit

Permalink
client+server:use mem group size in transport
Browse files Browse the repository at this point in the history
  • Loading branch information
JeynmannZ committed Jun 3, 2024
1 parent 5abb350 commit b846bb4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ class ExternalUcxTransport(val ucxShuffleConf: ExternalUcxConf) extends UcxLoggi
ucxShuffleConf.minRegistrationSize,
ucxShuffleConf.maxRegistrationSize / numPools,
ucxShuffleConf.preallocateBuffersMap,
ucxShuffleConf.memoryLimit)
ucxShuffleConf.memoryLimit,
ucxShuffleConf.memoryGroupSize)
}
}

Expand Down

0 comments on commit b846bb4

Please sign in to comment.