Skip to content

Commit

Permalink
client+server:use mem group size in transport
Browse files Browse the repository at this point in the history
Signed-off-by: zihao zhao <[email protected]>
  • Loading branch information
JeynmannZ committed Jun 3, 2024
1 parent 5abb350 commit 99b8009
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 99b8009

Please sign in to comment.