You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ch4/ipc: default MPIR_CVAR_CH4_IPC_XPMEM_P2P_THRESHOLD to 64K
Small buffers are less likely be used persistently. XPMEM's mapping cost
will slow down the intranode message performance unless the buffer is
persistent and the mapping cost get amortized.
Apply a larger threshold to avoid slow down applications that use ad-hoc
memory for small messages.
0 commit comments