[ARVADOS] updated: 618a868118721baa683d151949759e1e9e516b4a
git at public.curoverse.com
git at public.curoverse.com
Tue Jun 3 16:10:33 EDT 2014
Summary of changes:
sdk/cli/bin/crunch-job | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 618a868118721baa683d151949759e1e9e516b4a (commit)
from 2c6c1cb11153849e87496bb8d1f5ff24f439a6a4 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 618a868118721baa683d151949759e1e9e516b4a
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Tue Jun 3 16:10:29 2014 -0400
2882: Explicit polling frequency
diff --git a/sdk/cli/bin/crunch-job b/sdk/cli/bin/crunch-job
index da005a3..5fa5f2b 100755
--- a/sdk/cli/bin/crunch-job
+++ b/sdk/cli/bin/crunch-job
@@ -640,7 +640,7 @@ for (my $todo_ptr = 0; $todo_ptr <= $#jobstep_todo; $todo_ptr ++)
$command .= "&& exec arv-mount --allow-other $ENV{TASK_KEEPMOUNT} --exec ";
if ($docker_image)
{
- $command .= "crunchstat -cgroup-parent=/sys/fs/cgroup/lxc -cgroup-cid=$ENV{TASK_WORK}/docker.cid ";
+ $command .= "crunchstat -cgroup-parent=/sys/fs/cgroup/lxc -cgroup-cid=$ENV{TASK_WORK}/docker.cid -poll=1000 ";
$command .= "$docker_bin run -i -a stdin -a stdout -a stderr -cidfile=$ENV{TASK_WORK}/docker.cid ";
# Dynamically configure the container to use the host system as its
# DNS server. Get the host's global addresses from the ip command,
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list