File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 2031
2031
<property name =" opens.sunrmi" value =" --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED" />
2032
2032
<property name =" opens.javautil" value =" --add-opens=java.base/java.util=ALL-UNNAMED" />
2033
2033
<property name =" opens.javautilconcurrent" value =" --add-opens=java.base/java.util.concurrent=ALL-UNNAMED" />
2034
+ <!-- Set memory properties (unset by default) -->
2035
+ <property name =" test.xmx" value =" -Dnoop" />
2034
2036
2035
2037
<macrodef name =" runtests"
2036
2038
description =" Runs the unit tests using the specified connector.
2050
2052
errorproperty =" test.result.error"
2051
2053
failureproperty =" test.result.failure"
2052
2054
haltonfailure =" ${ test.haltonfailure } "
2053
- threads =" ${ test.threads } "
2054
- maxmemory =" 256m" >
2055
+ threads =" ${ test.threads } " >
2055
2056
2056
2057
<jvmarg value =" ${ test.jvmarg.egd } " />
2057
2058
<jvmarg value =" -Dfile.encoding=UTF-8" />
2059
+ <jvmarg value =" ${ test.xmx } " />
2058
2060
<jvmarg value =" ${ runtests.librarypath } " />
2059
2061
<jvmarg value =" ${ test.formatter } " />
2060
2062
<jvmarg value =" -Djava.net.preferIPv4Stack=${ java.net.preferIPv4Stack } " />
You can’t perform that action at this time.
0 commit comments