Skip to content

Commit

Permalink
Increase stack size a little
Browse files Browse the repository at this point in the history
  • Loading branch information
rien committed Mar 26, 2024
1 parent cd95a83 commit f120347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,6 @@ fi
dodona close-tab

# Running the tests
java -Djava.security.manager=allow -Xmx"${memory_limit}k" -cp ".:${worklibs}:${testlibs}:judge.jar:${resources}/properties" -Ddodona.language="${natural_language}" -Ddodona.output_cutoff="${generated_output_cutoff}" dodona.junit.JUnitJSON
java -Djava.security.manager=allow -Xss8M -Xmx"${memory_limit}k" -cp ".:${worklibs}:${testlibs}:judge.jar:${resources}/properties" -Ddodona.language="${natural_language}" -Ddodona.output_cutoff="${generated_output_cutoff}" dodona.junit.JUnitJSON

dodona close-judgement

0 comments on commit f120347

Please sign in to comment.