From 55217fc3dd332731bced7a7daabcbbb72936e30a Mon Sep 17 00:00:00 2001 From: Maarten Litmaath <Maarten.Litmaath@cern.ch> Date: Wed, 28 Jul 2021 19:06:15 +0200 Subject: [PATCH] Do not start the Job Router by default, as it may consume a lot of memory. --- docs/site/vobox_htc_arc.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/site/vobox_htc_arc.md b/docs/site/vobox_htc_arc.md index a314833..a51cc27 100644 --- a/docs/site/vobox_htc_arc.md +++ b/docs/site/vobox_htc_arc.md @@ -40,7 +40,7 @@ The following instructions assume you are using __CentOS/EL 7.5+__. ### AliEn Configuration -This configuration is needed for HTCondor running a _JobRouter_. +This configuration is needed for HTCondor that _may_ run a _JobRouter_ (not needed for standard deployments). 1. Go to the HTCondor configuration folder: @@ -59,7 +59,7 @@ This configuration is needed for HTCondor running a _JobRouter_. ??? info "config.d/01_alice_jobrouter.config" ```bash - DAEMON_LIST = MASTER, SCHEDD, JOB_ROUTER, COLLECTOR + DAEMON_LIST = MASTER, SCHEDD, COLLECTOR # , JOB_ROUTER # (router not needed for standard deployments) # the next line is needed since recent HTCondor versions -- GitLab