findepi commented on issue #161: URL: https://github.com/apache/maven-mvnd/issues/161#issuecomment-1015340559
> > Looks like a heap size issue to me. > > Have you tried increasing the heap via [mvnd.maxHeapSize](https://github.com/mvndaemon/mvnd/blob/master/common/src/main/java/org/mvndaemon/mvnd/common/Environment.java#L206) ? @ppalaga i run into a timeout issue upon today too. In _my case_ it was a memory issue. Would it be possible for mvnd to detect memory pressure and report it? It took me some time to connect timeout reported by the CLI side with mvnd memory settings. FWIW, in Trino, we use https://github.com/airlift/airlift/blob/7e987a2c7f55c1703b9ea383daa32c657d29b7dd/stats/src/main/java/io/airlift/stats/JmxGcMonitor.java#L77 to report GC pauses. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
