This repository was archived by the owner on Apr 9, 2025. It is now read-only.

Description
Hi,
I keep getting java.lang.OutOfMemoryError: Java heap space even after using -Xmx4G just when initialising Graphene(). I don't intend to use co-referencing. Is there a way to speed up initialisation (and get around the heap space error) but just not initialising the coreferencer? I've tried with Graphene(null) but noticed that it doesn't work at all.
Many thanks for any tips!
Clement