X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/951c8a79bca7224fdf8c50463d0c9a60b43ce930..3af38eca348413c6f11f6526b2ee2ca7cb53e348:/doc/install/crunch2-slurm/install-dispatch.html.textile.liquid diff --git a/doc/install/crunch2-slurm/install-dispatch.html.textile.liquid b/doc/install/crunch2-slurm/install-dispatch.html.textile.liquid index 5028fb4718..cd338296b3 100644 --- a/doc/install/crunch2-slurm/install-dispatch.html.textile.liquid +++ b/doc/install/crunch2-slurm/install-dispatch.html.textile.liquid @@ -33,14 +33,9 @@ On Debian-based systems: h2. Create a dispatcher token -Create an Arvados superuser token for use by the dispatcher. If you have multiple dispatch processes, you should give each one a different token. *On the API server*, run: +Create an Arvados superuser token for use by the dispatcher. If you have multiple dispatch processes, you should give each one a different token. - -
apiserver:~$ cd /var/www/arvados-api/current
-apiserver:/var/www/arvados-api/current$ sudo -u webserver-user RAILS_ENV=production bundle exec script/create_superuser_token.rb
-zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
-
-
+{% include 'create_superuser_token' %} h2. Configure the dispatcher @@ -155,7 +150,7 @@ If SLURM is unable to run a container, the dispatcher will submit it again after h3(#ReserveExtraRAM). ReserveExtraRAM: Extra RAM for jobs -Extra RAM to reserve (in bytes) on each SLURM job submitted by Arvados, which is added to the amount specified in the container's @runtime_constraints@. At least 256MiB is recommended to accomodate each container's @crunch-run@ and @arv-mount@ processes. This is especially important when using @-cgroup-parent-subsystem@, where @crunch-run@ and @arv-mount@ share the control group memory limit with the user process. +Extra RAM to reserve (in bytes) on each SLURM job submitted by Arvados, which is added to the amount specified in the container's @runtime_constraints@. If not provided, the default value is zero. Helpful when using @-cgroup-parent-subsystem@, where @crunch-run@ and @arv-mount@ share the control group memory limit with the user process. In this situation, at least 256MiB is recommended to accomodate each container's @crunch-run@ and @arv-mount@ processes.
ReserveExtraRAM: 268435456