[ARVADOS] updated: 0c967ad37496c13572bf09960540d2a06e95e51e
git at public.curoverse.com
git at public.curoverse.com
Wed Jul 30 16:28:57 EDT 2014
Summary of changes:
sdk/cli/bin/crunch-job | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 0c967ad37496c13572bf09960540d2a06e95e51e (commit)
from bfb2ed548fb1334364b45db87692ba9e0885f862 (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 0c967ad37496c13572bf09960540d2a06e95e51e
Author: Tom Clegg <tom at curoverse.com>
Date: Wed Jul 30 16:28:53 2014 -0400
3425: Smaller buffer.
diff --git a/sdk/cli/bin/crunch-job b/sdk/cli/bin/crunch-job
index 8d9afaa..5345b37 100755
--- a/sdk/cli/bin/crunch-job
+++ b/sdk/cli/bin/crunch-job
@@ -1182,7 +1182,7 @@ sub fetch_block
$output_block = '';
while (1) {
my $buf;
- my $bytes = sysread($keep, $buf, 64 * 1024 * 1024);
+ my $bytes = sysread($keep, $buf, 1024 * 1024);
if (!defined $bytes) {
die "reading from arv-get: $!";
} elsif ($bytes == 0) {
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list