Skip to content

Commit

Permalink
fix(#2866): increased stack size
Browse files Browse the repository at this point in the history
  • Loading branch information
maxonfjvipon committed Feb 12, 2024
1 parent febf47c commit 88b97fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -91,7 +91,7 @@ SOFTWARE.
<!-- This is required for later correct replacement of argLine -->
<argLine/>
<!-- This is the size of the stack, which you can modify from command line -->
<stack-size>128M</stack-size>
<stack-size>256M</stack-size>
<sonar.projectKey>com.objectionary:${project.name}</sonar.projectKey>
<sonar.organization>objectionary</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
Expand Down

0 comments on commit 88b97fc

Please sign in to comment.