From 1d68744d15c2c88ae599c86a960caa0f64ebe214 Mon Sep 17 00:00:00 2001 From: matveyvarg Date: Mon, 10 Jun 2024 11:50:01 +0200 Subject: [PATCH] Update docs/deker/fine_tuning.rst Co-authored-by: Sergey Rybakov <64586748+SerGeRybakov@users.noreply.github.com> --- docs/deker/fine_tuning.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/deker/fine_tuning.rst b/docs/deker/fine_tuning.rst index 5425227..bbbc6e6 100755 --- a/docs/deker/fine_tuning.rst +++ b/docs/deker/fine_tuning.rst @@ -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 ` constructor