From 1e9717913960004f4357c17326f8f046e6f977d8 Mon Sep 17 00:00:00 2001 From: Ivan Bella Date: Fri, 24 Nov 2023 16:01:31 +0000 Subject: [PATCH] Set the thread stack size to its max in this environment --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3b89a65e34..2f4302f86b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,7 +14,7 @@ on: env: JAVA_VERSION: '11' JAVA_DISTRIBUTION: 'zulu' #This is the default on v1 of the action for 1.8 - MAVEN_OPTS: "-Djansi.force=true -Dhttps.protocols=TLSv1.2 -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=WARN -Djava.awt.headless=true" + MAVEN_OPTS: "-Djansi.force=true -Dhttps.protocols=TLSv1.2 -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=WARN -Djava.awt.headless=true -XX:ThreadStackSize=1m" jobs: # Runs the pom sorter and code formatter to ensure that the code