Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Doc/library/multiprocessing.shared_memory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading