matthiasblaesing commented on code in PR #4284:
URL: https://github.com/apache/netbeans/pull/4284#discussion_r907737051
##########
nbbuild/templates/projectized.xml:
##########
@@ -290,7 +290,7 @@
<target name="test-lib-init"
depends="-init-bootclasspath-prepend,init,-build-libs.junit4">
<path id="test.unit.lib.cp"/>
<property name="test.jms.flags" value=""/>
- <property name="test.run.args" value="-ea -Xmx700m
${metabuild.jms-flags.jvm} ${test.jms.flags} -XX:+IgnoreUnrecognizedVMOptions"/>
+ <property name="test.run.args" value="-ea -Xms1200m -Xmx1200m
-XX:+UseParallelGC ${metabuild.jms-flags.jvm} ${test.jms.flags}
-XX:+IgnoreUnrecognizedVMOptions"/>
Review Comment:
Noise was not meant in measurement gitter, but unnecessary configuration. I
suspect changing the GC will not impact the test runtime only minimally and
thus the configuration should not be there. Anyway, I made my point, so lets
stop discussing and keep as is.
--
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]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists