mbien commented on code in PR #4284:
URL: https://github.com/apache/netbeans/pull/4284#discussion_r907747129


##########
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:
   travis results look promising so far (php cluster runs on gh actions, this 
is only for the gc settings)
   
![ParallelGC](https://user-images.githubusercontent.com/114367/176024486-1b5316c3-d663-4fb6-9d42-f7e4c5f3110c.png)
   



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

Reply via email to