Skip to content
Closed
Changes from 2 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
1 change: 1 addition & 0 deletions Doc/library/multiprocessing.shared_memory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ 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 maximum size of a shared memory block is 127 TiB (140,256,418,463,744 bytes).

:param bool track:
When ``True``, register the shared memory block with a resource
Expand Down
Loading