From b3c8a56244df5ff8971c0666e95fcf8df3b04639 Mon Sep 17 00:00:00 2001 From: Adrian Priestley Date: Sun, 5 Jan 2025 09:55:45 -0330 Subject: [PATCH] fix(deploy): Adjust concurrency settings for self-launch configuration - Reduce the number of world generators from 8 to 3 - Decrease the number of hosters from 5 to 4 --- deploy/example_selflaunch.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/example_selflaunch.yaml b/deploy/example_selflaunch.yaml index 87719a0e8e..14d61d3e23 100644 --- a/deploy/example_selflaunch.yaml +++ b/deploy/example_selflaunch.yaml @@ -6,6 +6,6 @@ SELFLAUNCH: true JOB_THRESHOLD: 0 # Maximum concurrent world gens -GENERATORS: 8 +GENERATORS: 3 -HOSTERS: 5 +HOSTERS: 4