You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/12/22 15:15:28 UTC

[GitHub] [maven-mvnd] KemalSoysal commented on issue #710: Too many open files on Mac OS with JDK 11 and mvnd 0.8.2

KemalSoysal commented on issue #710:
URL: https://github.com/apache/maven-mvnd/issues/710#issuecomment-1362959596

   I ran into a similar issue when I tried to generate sources with a java program that loads a lot of jars itself.
   I started it in an own class world.
   After the goal was finished, my custom plugin was not able to unload the classloader. So after a couple of goal invocations, the maxfiles limit was reached. When the maven process was shut down they were released.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org