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 2023/01/06 08:04:15 UTC

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

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

   I see two things to investigate:
     * use the [`mvnd.pluginRealmEvictPattern`](https://github.com/gnodet/mvnd/blob/master/common/src/main/java/org/mvndaemon/mvnd/common/Environment.java#L269) to get rid of plugins that do not unload properly
     * improve the [expiration checks](https://github.com/apache/maven-mvnd/blob/master/daemon/src/main/java/org/mvndaemon/mvnd/daemon/DaemonExpiration.java) to check if the number of open fd is nearing the max amount (if those information can be retrieved)


-- 
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