From 87270c4e322df6ca90226ee38637e15d482ac591 Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Tue, 10 Sep 2024 16:14:34 -0700 Subject: [PATCH] prep for crawler 1.3.0 which doesn't need 2x space, set avail storage adjustment to 1.1x needed instead of 2.5x --- backend/btrixcloud/operator/crawls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/btrixcloud/operator/crawls.py b/backend/btrixcloud/operator/crawls.py index 115acb249a..2b301cad22 100644 --- a/backend/btrixcloud/operator/crawls.py +++ b/backend/btrixcloud/operator/crawls.py @@ -77,7 +77,7 @@ MEM_LIMIT_PADDING = 1.2 # ensure available storage is at least this much times used storage -AVAIL_STORAGE_RATIO = 2.5 +AVAIL_STORAGE_RATIO = 1.1 # pylint: disable=too-many-public-methods, too-many-locals, too-many-branches, too-many-statements