Skip to content

Commit

Permalink
Update docs/deker/fine_tuning.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Sergey Rybakov <[email protected]>
  • Loading branch information
matveyvarg and SerGeRybakov authored Jun 10, 2024
1 parent cc9c13d commit 1d68744
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 1d68744

Please sign in to comment.