Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chunked upload is not working for files larger than 1.5GB #92

Open
atzamarias opened this issue Nov 20, 2023 · 1 comment
Open

Chunked upload is not working for files larger than 1.5GB #92

atzamarias opened this issue Nov 20, 2023 · 1 comment

Comments

@atzamarias
Copy link

Expected behavior

Upload files larger than 1.5GB similar to smaller files chunked upload

Actual behavior

Only added file event fires. No update progress, no chunk uploads

Steps to reproduce the issue

Try to use a file larger than 1.5GB

APEX version (4.2.6 / 5.0.3)

OCI 23.1

Used web server / version and platform (ORDS 3.0.3 / Tomcat 7 / Apache 2.4 / Linux x64)

OCI cloud environment

Used web browser / version and platform (Chrome 48 Mac / Firefox 44 Windows)

Latest chrome and edge

@Dani3lSun
Copy link
Owner

Hi @atzamarias
this could be easily the case for such large files. This blows up DB memory by a lot!
Nowadays chunked upload shouldn't be required any more, this was very special to old Oracle web servers like OHS or Embedded PL/SQL gateway.
Try to change it to "Normal" and try again. But even then it could in theory make problems, especially if it's a "Always Free" OCI DB, which is limited in memory & CPU etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants