Summary of what happened:
I’m running the XCP_d container on a HPC platform and one of the data gurus is helping me. We are reading the documentation on https://xcp-d.readthedocs.io/en/latest/usage.html. He would like clarification of one of the parameters:
--mem_gb, --mem-gb
Upper bound memory limit for xcp_d processes.
What does the mem_gb
parameter control? Is this a mem-per-process, regardless of the number of threads, or is it mem-per-thread?