File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 315315 <useStandardDocletOptions >true</useStandardDocletOptions >
316316 <maxmemory >2g</maxmemory >
317317 <minmemory >800m</minmemory >
318+ <additionalOptions >-J-Xss2m</additionalOptions >
318319 </configuration >
319320 <goals >
320321 <goal >jar</goal >
356357 <argLine >
357358 --add-opens=java.base/java.lang=ALL-UNNAMED
358359 --add-opens=java.base/java.util=ALL-UNNAMED
359- -Xmx2G -Xms512m
360+ -Xmx2G -Xms512m -Xss2m
360361 </argLine >
361362 </configuration >
362363 </plugin >
434435 <version >3.0.0-M7</version >
435436 <configuration >
436437 <outputDirectory >${project.reporting.outputDirectory} /testresults</outputDirectory >
437- <argLine >-Xmx2G -Xms512m</argLine >
438+ <argLine >-Xmx2G -Xms512m -Xss2m </argLine >
438439 </configuration >
439440 </plugin >
440441 <plugin >
You can’t perform that action at this time.
0 commit comments