8343: Allow overriding -cgroup-root=/sys/fs/cgroup via crunch-dispatch run script.
[arvados.git] / doc / install / install-crunch-dispatch.html.textile.liquid
index 0e5be9411a28f435a738e694dd6c398b91ae2b1e..fda0769abfe6c34d94e0359ce395d2e6bf9b0d48 100644 (file)
@@ -184,6 +184,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 6)
+#export CRUNCH_CGROUP_ROOT="/sys/fs/cgroup"
+
 ## Uncomment this line if your cluster uses self-signed SSL certificates:
 #export ARVADOS_API_HOST_INSECURE=yes