Skip to content

Commit 1047c57

Browse files
committed
Reduce JVM memory allocation to 5G and optimize garbage collection settings
1 parent da73436 commit 1047c57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
3636
- name: Get and convert
3737
env:
38-
JVM_ARGS: -Xmx6G
38+
JVM_ARGS: -Xmx5G -XX:+UseG1GC -XX:MaxGCPauseMillis=200
3939
run: |
4040
wget -q "https://api.checklistbank.org/dataset/3LXR/export.zip?format=DwCA&extended=true" -O dwca.zip
4141
unzip dwca.zip Taxon.tsv

0 commit comments

Comments
 (0)