Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/fix/check-memory' into fix/check…
Browse files Browse the repository at this point in the history
…-memory
  • Loading branch information
matveyvarg committed Jun 10, 2024
2 parents 200f1fa + 1d68744 commit 40c273a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/deker/fine_tuning.rst
Original file line number Diff line number Diff line change
Expand Up @@ -153,11 +153,10 @@ Currently deker has 3 places, where memory check, described in `memory_limit`_:
* On getting subset e.g ``array[:]``
* On reading array as ``XArray`` e.g ``array[:].read_xarray()``

While, last two prevents memory overflow and are required,
sometimes you may need to be able to skip
first one (e.g when you work with cluster)
While the last two prevent memory overflow and are required,
sometimes you may need to be able to skip the first one

You can do so, by providing
You can do so by providing
``skip_collection_create_memory_check=True`` as argument to
the :meth:`Client <deker.client.Client>` constructor

Expand Down

0 comments on commit 40c273a

Please sign in to comment.