File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7070 java-version : ${{ matrix.java-version }}
7171 distribution : temurin
7272 - name : Test
73- run : mvn -B -e -fae test "-Dsurefire.rerunFailingTestsCount=3"
73+ run : mvn -B -e -fae test "-Dsurefire.rerunFailingTestsCount=3" "-DargLine=-Xmx1G"
Original file line number Diff line number Diff line change 178178 <configuration >
179179 <forkCount >1</forkCount >
180180 <reuseForks >false</reuseForks >
181- <argLine >${surefire.argLine} </argLine >
181+ <argLine >-enableassertions -Xmx1G </argLine >
182182 <runOrder >alphabetical</runOrder >
183183 <systemPropertyVariables >
184184 <org .apache.activemq.default.directory.prefix>target</org .apache.activemq.default.directory.prefix>
Original file line number Diff line number Diff line change 972972 <java .awt.headless>true</java .awt.headless>
973973 <org .apache.activemq.kahaDB.files.skipMetadataUpdate>true</org .apache.activemq.kahaDB.files.skipMetadataUpdate>
974974 </systemPropertyVariables >
975- <argLine >-enableassertions -Xmx4g -XX:MaxDirectMemorySize=4096m </argLine >
975+ <argLine >-enableassertions -Xmx1G </argLine >
976976 </configuration >
977977 </plugin >
978978 <plugin >
You can’t perform that action at this time.
0 commit comments