quantranhong1999 commented on code in PR #2813:
URL: https://github.com/apache/james-project/pull/2813#discussion_r2357445005


##########
server/apps/distributed-app/pom.xml:
##########
@@ -501,6 +501,7 @@
                         
-javaagent:"${settings.localRepository}"/org/jacoco/org.jacoco.agent/${jacoco-maven-plugin.version}/org.jacoco.agent-${jacoco-maven-plugin.version}-runtime.jar=destfile=${basedir}/target/jacoco.exec
                         -Xms512m -Xmx2048m</argLine>
                     <reuseForks>true</reuseForks>
+                    <forkCount>2</forkCount>

Review Comment:
   Without forkCount=2: 
https://develocity.apache.org/s/24fhy4ewyxcbw/timeline?sort=longest
   With forkCount=2: 
https://develocity.apache.org/s/aanzaqjofa2bg/timeline?sort=longest
   Test time for the distributed app module reduced from 12.5m -> 7.5m
   
   However, as @jeantil raised some concerns about forkCount, I guess we can be 
defensive for the distributed app then.



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to