Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6533409
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T10:07:19+00:00 2026-05-25T10:07:19+00:00

What is the sensible buffer size to use when transferring (irrespective of UP/DOWN) large

  • 0

What is the sensible buffer size to use when transferring (irrespective of UP/DOWN) large files (3-4 gigs) with Java?

byte buf[] = new byte[1024]

or

byte buf[] = new byte[5 * 1024 * 1024]

Sometimes even if you use a large buffer and pass to a read(byte array[]) method this doesn’t guarantee you that you will get a full 5 me buffer. In my tests I have observed that the average size is usually 1.5kb per read() invocation. Does this make sense performance wise? I’d be glad if someone could point me to a resource discussing the issue in greater details.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T10:07:19+00:00Added an answer on May 25, 2026 at 10:07 am

    It sounds like you’re reading from a network connection (TCP?)

    1500 bytes is the default Ethernet MTU, which explains why you’re typically getting 1.5KB per read. The MTU can often be increased to 9KB by configuring the network stacks to use jumbo frames.

    With this in mind, there is almost certainly no point in making buf larger than 9KB. Using a smaller buffer (say over 1KB) may or may not negatively impact performance.

    In any case, the only way to get a definitive answer is through benchmarking various buffer sizes.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Do you use any of these technologies? Which ones are current and hence sensible
I need a sensible way to draw arbitrary text files into a C# program,
In the .NET struct design guidelines , it gives the maximum sensible size of
What is the current status of linq2sql and is it sensible to use it
I need to display a file size as a string using sensible units. For
Is it acceptable or sensible to use exceptions to deal with user generated errors?
Is it even sensible to try forming a scrum when one of the participants
Validation is more sensible at which Level Views Level or Model level in asp.net
Is there any sensible way of transforming this: (for ([cos-t (stream-map cos t-range)] [sin-t
I'm trying to work out a sensible approach for designing a database where I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.