On Thu, May 23, 2019 at 11:52 AM Inada Naoki <songofaca...@gmail.com> wrote:

> I have only 32GB mem, but AWS has larger memory machine!
>

Be aware that on larger cloud vendor instances, the backing vCPUs and
memory you get allocated might or might not be spread opaquely across
multiple sockets and/or NUMA nodes of the backing hardware. Some of them
have options where you can allocate raw hardware as well so you can opt to
lock your process to run within just one NUMA node and ensure hardware
locality for your performance debugging.

I'm pointing this out in case you experience any mystery jitters in your
benchmark results.

-- 
Joni Orponen
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to