Skip to content

Commit

Permalink
Set the stack size in the argLine.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmay authored and egonw committed Jun 23, 2023
1 parent 899acda commit 0f46285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -579,7 +579,7 @@
<configuration>
<!-- prevent the annoying ForkedBooter process from stealing
window focus on Mac OS -->
<argLine>@{argLine} -Djava.awt.headless=true -Dcdk.logging.level=ERROR</argLine>
<argLine>@{argLine} -Djava.awt.headless=true -Dcdk.logging.level=ERROR -Xss16m</argLine>
<excludes>
<!-- not a test class -->
<exclude>**/TestMoleculeFactory.java</exclude>
Expand Down

0 comments on commit 0f46285

Please sign in to comment.