Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit c2641c8

Browse files
committed
Revert "Increase java heap size to 6GB"
This reverts commit 6156639.
1 parent 6156639 commit c2641c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
runs-on: ubuntu-20.04
1313
env:
14-
JAVA_OPTS: -Xmx6G
14+
JAVA_OPTS: -Xmx4G
1515
steps:
1616
- uses: actions/checkout@v2
1717
- uses: coursier/[email protected]
@@ -29,7 +29,7 @@ jobs:
2929
needs: [build]
3030
runs-on: ubuntu-20.04
3131
env:
32-
JAVA_OPTS: -Xmx6G
32+
JAVA_OPTS: -Xmx4G
3333
steps:
3434
- uses: actions/[email protected]
3535
with:

0 commit comments

Comments
 (0)