[ARVADOS] updated: 0486b2fe93d440ea56f402b1fec6c17b2751e5ff
git at public.curoverse.com
git at public.curoverse.com
Fri Oct 23 14:43:00 EDT 2015
Summary of changes:
sdk/cli/bin/crunch-job | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 0486b2fe93d440ea56f402b1fec6c17b2751e5ff (commit)
from 9d7a34090bccba10d27354f11316d391e94a647e (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 0486b2fe93d440ea56f402b1fec6c17b2751e5ff
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Fri Oct 23 14:42:46 2015 -0400
7582: Revert mistaken commit commenting out --memory options.
diff --git a/sdk/cli/bin/crunch-job b/sdk/cli/bin/crunch-job
index 3c9501f..555c4d1 100755
--- a/sdk/cli/bin/crunch-job
+++ b/sdk/cli/bin/crunch-job
@@ -904,7 +904,7 @@ for (my $todo_ptr = 0; $todo_ptr <= $#jobstep_todo; $todo_ptr ++)
# to get SIGKILL if they exceed that without any swap limit set.
# See #5642 for additional background.
if ($docker_limitmem) {
- #$command .= "--memory=\${MEMLIMIT}k --memory-swap=\${SWAPLIMIT}k ";
+ $command .= "--memory=\${MEMLIMIT}k --memory-swap=\${SWAPLIMIT}k ";
}
# The source tree and $destdir directory (which we have
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list