Skip to content

Commit

Permalink
#3412 jvm config
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Oct 10, 2024
1 parent b0f316a commit c90be15
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ concurrency:
jobs:
codecov:
runs-on: ubuntu-24.04
env:
JAVA_OPTS: -Xmx8g
MAVEN_OPTS: -Xmx8g
steps:
- uses: actions/checkout@v4
- uses: teatimeguest/[email protected]
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/mvn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ jobs:
runs-on: ${{ matrix.os }}
env:
CONVERT_PATH: /tmp/antlr4-to-bnf-converter
JAVA_OPTS: -Xmx8g
MAVEN_OPTS: -Xmx8g
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
Expand Down
1 change: 1 addition & 0 deletions .mvn/jvm.config
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-Xmx4096m -Xms1024m -XX:+HeapDumpOnOutOfMemoryError
2 changes: 0 additions & 2 deletions .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ install: |
gem install pdd
gem install texsc:0.6.0
gem install texqc:0.6.0
export JAVA_OPTS="-Xmx8g"
export MAVEN_OPTS="-Xmx8g"
merge:
script: |
mvn clean install -Pqulice --errors -Dstyle.color=never
Expand Down

0 comments on commit c90be15

Please sign in to comment.