From 3572d4794fdecb0cde452fe7f8609c211db82e86 Mon Sep 17 00:00:00 2001 From: jenkins Date: Sun, 12 Jul 2026 21:50:15 -0300 Subject: [PATCH] Raise Veles simulation concurrency --- services/veles/configmap.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/veles/configmap.yaml b/services/veles/configmap.yaml index f22ee5f9d..3c0e3296d 100644 --- a/services/veles/configmap.yaml +++ b/services/veles/configmap.yaml @@ -31,8 +31,8 @@ data: VELES_SIM_MEMORY_REQUEST: 1Gi VELES_SIM_MEMORY_LIMIT: 4Gi VELES_SIM_FS_GROUP: "10001" - VELES_MAX_ACTIVE_SIMS_PER_USER: "1" - VELES_MAX_ACTIVE_SIMS_GLOBAL: "12" + VELES_MAX_ACTIVE_SIMS_PER_USER: "32" + VELES_MAX_ACTIVE_SIMS_GLOBAL: "32" VELES_RETENTION_DAYS: "30" VELES_LOG_ROOT: /data/veles-artifacts/logs VELES_REPORT_ROOT: /data/veles-artifacts/reports