Skip to content

Commit

Permalink
Let's try adjusting memory to the golden middle
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed Jun 18, 2021
1 parent 951e13a commit c845101
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
target-platform: [ "JVM", "JS", "Native" ]
env:
JAVA_OPTS: -Xmx3G
JAVA_OPTS: -Xmx3500M
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
runs-on: ubuntu-20.04
env:
STTP_NATIVE: 1
JAVA_OPTS: -Xmx3G
JAVA_OPTS: -Xmx3500M
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit c845101

Please sign in to comment.