Return-Path: X-Original-To: apmail-ant-dev-archive@www.apache.org Delivered-To: apmail-ant-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 81BEE17D82 for ; Wed, 22 Apr 2015 11:05:59 +0000 (UTC) Received: (qmail 14753 invoked by uid 500); 22 Apr 2015 11:05:59 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 14686 invoked by uid 500); 22 Apr 2015 11:05:59 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 14546 invoked by uid 99); 22 Apr 2015 11:05:59 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Apr 2015 11:05:58 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 9DC80E00A5; Wed, 22 Apr 2015 11:05:58 +0000 (UTC) From: pkures To: dev@ant.apache.org Reply-To: dev@ant.apache.org Message-ID: Subject: [GitHub] ant pull request: increase buffer size to improve transfer speed Content-Type: text/plain Date: Wed, 22 Apr 2015 11:05:58 +0000 (UTC) GitHub user pkures opened a pull request: https://github.com/apache/ant/pull/8 increase buffer size to improve transfer speed 1024 byte buffer size is insufficient for transfering large files over faster (> 100Mbit) networks. We are transfering files tens or hundreds MB in size and transfer speed was 1MB/s. After increasing the buffer size too 100KB we are getting transfer speeds up to 60MB/s. Please consider increasing the BUFFER_SIZE in the next Ant release. Thanks, Peter You can merge this pull request into a Git repository by running: $ git pull https://github.com/pkures/ant patch-2 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ant/pull/8.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #8 ---- commit 815a36f52f2e1a2211b58d7eab31cdcb97709dee Author: pkures Date: 2015-04-22T11:05:25Z increase buffer size to improve transfer speed 1024 byte buffer size is insufficient for transfering large files over faster (> 100Mbit) networks. We are transfering files tens or hundreds MB in size and transfer speed was 1MB/s. After increasing the buffer size too 100KB we are getting transfer speeds up to 60MB/s. Please consider increasing the BUFFER_SIZE in the next Ant release. Thanks, Peter ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org