Hi, I'm working on a client-server style application with ArgoDSM and trying to optimize performance issues.
I'm wondering if it's possible to (1) use ArgoDSM with hugepage and also (2) how I can adjust cache line size.
It seems like cache line size is currently hard coded and I tried to give it different sizes (like 2 pages, 4 pages) and I got an error during argo::init at the start of a program.
I would appreciate any help! Thanks!
Hi, I'm working on a client-server style application with ArgoDSM and trying to optimize performance issues.
I'm wondering if it's possible to (1) use ArgoDSM with hugepage and also (2) how I can adjust cache line size.
It seems like cache line size is currently hard coded and I tried to give it different sizes (like 2 pages, 4 pages) and I got an error during
argo::initat the start of a program.I would appreciate any help! Thanks!