Skip to content

Commit 527cecd

Browse files
authored
Update index.md
1 parent 978c2b3 commit 527cecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ array is distributed, which processor holds which indices and so on. When the `D
245245
on the master process is garbage collected, all participating workers are notified and
246246
localparts of the `DArray` freed on each worker.
247247

248-
Since the size of the `DArray object itself is small, a problem arises as `gc` on the master faces no memory pressure to
248+
Since the size of the `DArray` object itself is small, a problem arises as `gc` on the master faces no memory pressure to
249249
collect the `DArray` immediately. This results in a delay of the memory being released on the participating workers.
250250

251251
Therefore it is highly recommended to explicitly call `close(d::DArray)` as soon as user code

0 commit comments

Comments
 (0)