Skip to content

Commit

Permalink
java options
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelchassot committed Sep 5, 2024
1 parent b6b3be9 commit 516bf21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/inox-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
runs-on: [self-hosted, linux]
env:
# define Java options for both official sbt and sbt-extras
JAVA_OPTS: -J-Xss64M -J-Xms1024M -J-Xmx8G
JVM_OPTS: -J-Xss64M -J-Xms1024M -J-Xmx8G
JAVA_OPTS: -Xss64M -Xms1024M -Xmx8G
JVM_OPTS: -Xss64M -Xms1024M -Xmx8G
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 516bf21

Please sign in to comment.