Peter Palaga

Results 252 comments of Peter Palaga

> 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) ? > I simply have tried it via jconsole UI to connect via...

> This is most probably something like a big GC pause under heavy CPU usage. Yes, I also see it as the main suspect :) But it would still be...

@gnodet I was not able to figure out what is `CTRL+L` supposed to do. It does not seem to have any effect. Does it work at all? `CTRL+M` does something,...

I have written a blog post that we can reuse once we have a proper docs site: https://peter.palaga.org/2021/01/08/mvnd-shortcuts.html

Could you please name and example of a plugin using slf4j-log4j12?

> * Native `mvnd`: requires JDK8 Well, strictly speaking, `mvnd` is a native executable not requiring any JRE to run. A VM (called Substrate) is embedded. The daemon started by...

0.8.0 artifacts are here https://github.com/apache/maven-mvnd/releases/tag/untagged-bf2dbba4d6b46cb85615 @gnodet is there any reason why the release is still marked as draft?

Blocked by https://github.com/actions/virtual-environments/issues/2187