Skip to content

Commit d92eabf

Browse files
committed
add memory
1 parent bd350b8 commit d92eabf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy-to-repos.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
validate-r4:
1111
runs-on: ubuntu-latest
1212
name: Validate R4 IG
13+
env:
14+
JAVA_TOOL_OPTIONS: "-Xmx7g -Dfile.encoding=UTF-8"
1315

1416
steps:
1517
- uses: actions/checkout@v4
@@ -41,6 +43,8 @@ jobs:
4143
validate-r5:
4244
runs-on: ubuntu-latest
4345
name: Validate R5 IG
46+
env:
47+
JAVA_TOOL_OPTIONS: "-Xmx7g -Dfile.encoding=UTF-8"
4448

4549
steps:
4650
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)