streaming-graphs / NOUS

NOUS: Construction, Querying and Reasoning with Knowledge Graphs
http://aim.pnnl.gov/projects/nous-incremental-maintenance-knowledge-graphs
71 stars 38 forks source link

Getting a java.lang.OutOfMemoryError: GC overhead limit exceeded #13

Open manglakaran opened 7 years ago

manglakaran commented 7 years ago

Hello, While executing java -cp target/uber-TripleParser-0.1-SNAPSHOT.jar gov.pnnl.aristotle.text.TripleParser ./examples/triple-extractor/triple-extractor.input the error that I got was as follows: image

Could you tell me the specifications required to run this code on a particular system?

purohitsumit commented 7 years ago

Hi @manglakaran ,

  1. Please share your system configuration.
  2. Are you using it on a some cluster or local machine ?
  3. How much Heap memory do you have ?

Thanks

IllSc commented 6 years ago

I also found the same problem, I'm using AWS EC2 t2.large, so I have 8 GB of memory.

Akanksha-Tonne commented 4 years ago

Hello, I got same error as @manglakaran. I am using a local machine. My system configuration is Intel(R) Core(TM) i5-8250U CPU @ 1.60GHz, 1800 Mhz, 4 Core(s), 8 Logical Processor(s). MaxHeapSize := 2122317824 How do I resolve the issue? Thank you.