typedb / biograkn

BioGrakn Knowledge Graph
https://blog.grakn.ai/biograkn-accelerating-biomedical-knowledge-discovery-with-a-grakn-knowledge-graph-84706768d7d4
181 stars 52 forks source link

Unlimited memory for Bazel #70

Closed vmax closed 5 years ago

vmax commented 5 years ago

What is the goal of this PR?

Fix CI Previously, it failed with MemoryError as JVM was configured to have 16 GB as upper limit. Investigating free -h on CircleCI machine showed that only 8 GB is available, therefore we'll resort to default settings.

What are the changes implemented in this PR?

Allow bazel to use unlimited memory