mercury icon indicating copy to clipboard operation
mercury copied to clipboard

NA SM: performance lowers when buffer size increases

Open soumagne opened this issue 7 years ago • 2 comments

When doing bulk transfers using the shared-memory plugin and process_vm_readv/writev calls, performance diminishes as the size of the data increases.

soumagne avatar Nov 09 '17 20:11 soumagne

On Nov 9, 2017, at 3:09 PM, Jerome Soumagne [email protected] wrote:

When doing bulk transfers using the shared-memory plugin and process_vm_readv/writev calls, performance diminishes as the size of the data increases.

Is the performance decrease linear with message size or are there decreases at specific size? Is this related to cache sizes?

scottatchley avatar Nov 10 '17 11:11 scottatchley

Hi Scott, I need to investigate some more but yes it seems to happen after a specific size. I need to do some more comparisons to see if this is related to the last level cache or to some kernel limitations...

soumagne avatar Nov 10 '17 19:11 soumagne