From ac6fdba2ba8ec4074217c22bc0b3a150f5d78676 Mon Sep 17 00:00:00 2001 From: Josh Sandlin Date: Wed, 5 Aug 2026 11:35:00 -0400 Subject: [PATCH] remove restriction on workers and tune storage config more --- ansible/templates/zot-config.json.j2 | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/ansible/templates/zot-config.json.j2 b/ansible/templates/zot-config.json.j2 index 3fb362c..9c898ef 100644 --- a/ansible/templates/zot-config.json.j2 +++ b/ansible/templates/zot-config.json.j2 @@ -1,5 +1,5 @@ { - "distSpecVersion": "1.1.0", + "distSpecVersion": "1.1.1", "storage": { "rootDirectory": "/var/lib/zot", "dedupe": false, @@ -14,7 +14,11 @@ "secretkey": "{{ s3_secret_key }}", "secure": true, "forcepathstyle": true, - "skipverify": true + "skipverify": true, + "chunksize": "33554432", + "multipartcopychunksize": "33554432", + "multipartcopythresholdsize": "33554432", + "multipartcopymaxconcurrency": "100" }, "retention": { "dryRun": false, @@ -44,9 +48,6 @@ "log": { "level": "warn" }, - "scheduler": { - "numWorkers": 3 - }, "extensions": { "events": { "enable": true,