Replies: 1 comment 5 replies
-
A memory leak occurs when an app uses memory but does not release it when it is finished with that data. You have provided no evidence that the memory was leaked - just that a lot of memory was used. java.util.zip.ZipFile is a very memory intensive way to read zip data. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hellp Team
We were tying large file upoad 15-20gb using HDFS as source and S3 as sink with S3 multipartApi, but I am seeing leaking resources
ZiFileSource is tha major culprit here
Any suggestion elcome
Beta Was this translation helpful? Give feedback.
All reactions