Hi all,
I am trying to set up a CLAVIN-rest server, but I am encountering the following error:
while running
java -Xmx2048m -jar clavin-rest.jar index clavin-rest.yml
an error is raised:
Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
I tried to run it with the -XX:-UseGCOverheadLimit option, but then it freezes completely after echoing rowcount: 8400000.
I'm quite new to Java, so maybe I'm missing something, but I can't find anything useful in the web. Could you help?
Some specs:
OS name: "linux", version: "3.13.0-35-generic", arch: "amd64", family: "unix"
Java version: 1.7.0_71, vendor: Oracle Corporation
Java home: /usr/java/jdk1.7.0_71/jre
Regards,
Pietro