Skip to content

Commit

Permalink
[Terry N.] increase mem and specify stack
Browse files Browse the repository at this point in the history
  • Loading branch information
git committed Jan 26, 2025
1 parent 8656112 commit 0cde3d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sumo-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
# cat $SIGMA_HOME/KBs/config.xml

- name: Produce SUMO.fof
run: java -Xmx8g -cp "/root/sigmakee/*" com.articulate.sigma.trans.SUMOKBtoTPTPKB
run: java -Xmx10g -Xss1m -cp "/root/sigmakee/*" com.articulate.sigma.trans.SUMOKBtoTPTPKB

- name: Upload SUMO.fof
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
#/usr/local/bin/vampire --proof tptp -t $VAMPIRE_TIMEOUT SUMO.fof > vamp-out.txt || echo "Ignoring vampire exit code"
/usr/local/bin/vampire --cores 0 --mode portfolio --schedule snake_tptp_uns --proof tptp --input_syntax tptp --output_axiom_names on -t $VAMPIRE_TIMEOUT SUMO.fof > vamp-out.txt || echo "Ignoring vampire exit code"
mkdir -p $CATALINA_HOME/webapps/sigma/graph
java -Xmx8g -cp "/root/sigmakee/*" com.articulate.sigma.trans.TPTP3ProofProcessor -f vamp-out.txt
java -Xmx10g -Xss1m -cp "/root/sigmakee/*" com.articulate.sigma.trans.TPTP3ProofProcessor -f vamp-out.txt
# DEBUG (pwd: /root/sigma-runtime/KBs)
- name: Upload vamp-out.txt & proof.* files
Expand Down

0 comments on commit 0cde3d3

Please sign in to comment.