Skip to content

Commit

Permalink
Use parallel GC
Browse files Browse the repository at this point in the history
  • Loading branch information
balhoff authored Feb 27, 2024
1 parent 60ad159 commit 50e7e03
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ROBOT_ENV=ROBOT_JAVA_ARGS=-Xmx120G
ROBOT_ENV=ROBOT_JAVA_ARGS="-Xmx190G -XX:+UseParallelGC"
ROBOT=$(ROBOT_ENV) robot
RG_ENV=JAVA_OPTS=-Xmx190G
RG_ENV=JAVA_OPTS="-Xmx190G -XX:+UseParallelGC"
RG=$(RG_ENV) relation-graph
BG_RUNNER=JAVA_OPTS=-Xmx50G blazegraph-runner
JVM_ARGS=JVM_ARGS=-Xmx120G
BG_RUNNER=JAVA_OPTS="-Xmx80G -XX:+UseParallelGC" blazegraph-runner
JVM_ARGS=JVM_ARGS="-Xmx190G -XX:+UseParallelGC"
ARQ=$(JVM_ARGS) arq
BIOLINK=3.0.0

Expand Down

0 comments on commit 50e7e03

Please sign in to comment.