kagemomiji / airsonic-advanced

airsonic-advanced
GNU General Public License v3.0
152 stars 14 forks source link

Fixed out of memory when uploading big file #260

Closed zc-devs closed 1 year ago

zc-devs commented 1 year ago

Closes #259.

Tests with 2GB Zip file.

spring.servlet.multipart.max-file-size=3GB
spring.servlet.multipart.max-request-size=3GB

Before patch: Screenshot 2023-08-05 155414 Screenshot 2023-08-05 155640

After patch: Screenshot 2023-08-05 155733 Screenshot 2023-08-05 155849

zc-devs commented 1 year ago

https://stackoverflow.com/questions/49304767/the-request-was-rejected-because-its-size-spring-tomcat https://spring.io/guides/gs/uploading-files/ https://stackoverflow.com/questions/51893585/java-lang-outofmemoryerror-java-heap-space-while-uploading-1-gb-file-in-spri