Skip to content

Commit 6156639

Browse files
committed
Increase java heap size to 6GB
1 parent 03d7f3a commit 6156639

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: -Xmx4G
14+
JAVA_OPTS: -Xmx6G
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: -Xmx4G
32+
JAVA_OPTS: -Xmx6G
3333
steps:
3434
- uses: actions/[email protected]
3535
with:

0 commit comments

Comments
 (0)