logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: getting download stopped after 128 GB
Author
aadeshshahTR



Joined: 23 Oct 2024
Posts: 1
Location: India, Ahmedabad

PostPosted: Wed 23 Oct '24 14:10    Post subject: getting download stopped after 128 GB Reply with quote

Let me explain the problem first.

Our Java application, which uses Apache/2.4.46, has a zip file download feature implemented using java/io/PipedInputStream.java.


A few clients have recently complained to us that the download of a zipped file stops after 128 GB.

As part of our investigation, we attempted to reproduce the problem locally. After doing so, we attempted to download the zipped file using the localhost URL, and to our surprise, we were successful. This led us to believe that there may be an Apache configuration preventing the download after 128 GB.

Therefore, if someone could give us the answer or documentation where we can find additional information on this subject, that would be much helpful.
Back to top
Stray78



Joined: 15 Apr 2024
Posts: 23
Location: USA

PostPosted: Fri 01 Nov '24 12:29    Post subject: Reply with quote

The default max download size apache sets is around 1 Gb and you can override it by tweaking LimitRequestBody in your httpd.conf.

So, might be something else.

That directive is here... https://httpd.apache.org/docs/2.4/mod/core.html#limitrequestbody
Back to top


Reply to topic   Topic: getting download stopped after 128 GB View previous topic :: View next topic
Post new topic   Forum Index -> Apache