GitHub user pjfanning added a comment to the discussion: Memory Leak for Pekko Shardedc cluster
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. There is a java.util.zip.ZipInputStream class that can be used to stream through the zip data instead. It may be possible to support this approach but I haven't read the code yet. GitHub link: https://github.com/apache/pekko-connectors/discussions/885#discussioncomment-11128263 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
