X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/be2197781a206ba7cbf5bbfbf61a70375fb10d68..2bbb460a29d6f76bc50aacdba466aa6262ed93a3:/doc/install/install-crunch-dispatch.html.textile.liquid diff --git a/doc/install/install-crunch-dispatch.html.textile.liquid b/doc/install/install-crunch-dispatch.html.textile.liquid index 0e5be9411a..e0ed147694 100644 --- a/doc/install/install-crunch-dispatch.html.textile.liquid +++ b/doc/install/install-crunch-dispatch.html.textile.liquid @@ -4,6 +4,11 @@ navsection: installguide title: Install the Crunch dispatcher ... +{% comment %} +Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: CC-BY-SA-3.0 +{% endcomment %} The dispatcher normally runs on the same host/VM as the API server. @@ -184,6 +189,10 @@ export CRUNCH_DISPATCH_LOCKFILE=/var/lock/crunch-dispatch export HOME=$(pwd) export RAILS_ENV=production +## Uncomment and edit this line if your compute nodes have cgroup info +## somewhere other than /sys/fs/cgroup (e.g., "/cgroup" for CentOS 7) +#export CRUNCH_CGROUP_ROOT="/sys/fs/cgroup" + ## Uncomment this line if your cluster uses self-signed SSL certificates: #export ARVADOS_API_HOST_INSECURE=yes