From bea23fd35b43f3b736fc959e8a3b005d3e994add Mon Sep 17 00:00:00 2001 From: Robby Date: Sun, 17 Mar 2024 18:47:15 -0500 Subject: [PATCH] Increased stack size to 16M. --- bin/build.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/build.cmd b/bin/build.cmd index b4e1b892..6c5b0598 100755 --- a/bin/build.cmd +++ b/bin/build.cmd @@ -137,7 +137,7 @@ def compile(): Unit = { def test(): Unit = { compile() println("Running shared tests ...") - proc"java -Xss4M -jar $sireumJar proyek test --project $projectStandalone --packages org.sireum $home org.sireum.logika". + proc"java -Xss16M -jar $sireumJar proyek test --project $projectStandalone --packages org.sireum $home org.sireum.logika". console.echo.runCheck() println() }