diff --git a/Doc/library/multiprocessing.shared_memory.rst b/Doc/library/multiprocessing.shared_memory.rst index e8f04a6ac7b95d..7d7403e4d91f29 100644 --- a/Doc/library/multiprocessing.shared_memory.rst +++ b/Doc/library/multiprocessing.shared_memory.rst @@ -69,6 +69,9 @@ copying of data. memory block may be larger or equal to the size requested. When attaching to an existing shared memory block, the *size* parameter is ignored. + On macOS, the theoretical addressable memory space for a 64-bit architecture + is limited to 128 TiB (:math:`128 \times 2^{40}` bytes). This amount + limits the maximum size of a shared memory block. :param bool track: When ``True``, register the shared memory block with a resource