Skip to content

Commit 3002434

Browse files
author
Ivo Bellin Salarin
committed
fix: indicate the maximum amount of memory on macOS (83765)
Fixed following the suggestion #83765 (comment)
1 parent d1d8409 commit 3002434

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Doc/library/multiprocessing.shared_memory.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ copying of data.
6969
memory block may be larger or equal to the size requested.
7070
When attaching to an existing shared memory block,
7171
the *size* parameter is ignored.
72+
On macOS, the maximum size of a shared memory block is 140256418463744 bytes.
7273

7374
:param bool track:
7475
When ``True``, register the shared memory block with a resource

0 commit comments

Comments
 (0)