kagemomiji / airsonic-advanced

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

[Bug]: OutOfMemoryError when uploading big file #259

Closed zc-devs closed 1 year ago

zc-devs commented 1 year ago

What happened?

When I upload big ZIP file with music I get java.lang.OutOfMemoryError: Java heap space.

Steps to reproduce

  1. Set memory limit below 500MB.
  2. Login into Airsonic, go to More.
  3. Try to upload ZIP file near 500MB.
  4. Get stacktrace.

Version

11.1.2 (Stable)

Version Detail

and from master

Operating System

Windows and Linux

Java Version

17

Database

Other

DB Detail

Postgres 15 and HSQLDB

Configuration paramter

To reproduce with files more than 500 MB, change upload limits:

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

Proxy Server

No response

client detail

No response

language

None

Relevant log output

No response