orpiske commented on issue #770: URL: https://github.com/apache/maven-mvnd/issues/770#issuecomment-1401921333
@gnodet thanks. This is what I have: ``` MAVEN_OPTS=-Xms2048m -Xmx3584m MAVEN_HOME=/Users/opiske/.sdkman/candidates/maven/current ``` My `mvnd.properties` from MVND_HOME seems to use the default values: ``` cat $MVND_HOME/conf/mvnd.properties | grep -i thread # MVND_MIN_THREADS # The minimum number of threads to use when constructing the default {@code -T} parameter for the daemon. # This value is ignored if @{@code -T}, @{@code --threads} or {@code -Dmvnd.threads} is specified on the command # line, or if {@code mvnd.threads} is specified in {@code ~/.m2/mvnd.properties}. # mvnd.minThreads = 1 # MVND_THREADS # The number of threads to pass to the daemon; same syntax as Maven's {@code -T}/{@code --threads} option. Ignored # if the user passes @{@code -T}, @{@code --threads} or {@code -Dmvnd.threads} on the command # mvnd.threads = # MVND_THREAD_STACK_SIZE # JVM options for the daemon to specify the thread stack size # mvnd.threadStackSize = 1M ``` And looking at one of my projects, this is what I have: ``` ls ~/code/java/camel/.mvn extensions.xml jvm.config wrapper/ ``` -- 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-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org