seshadrs / hw2-team16

Software Engineering Team Project (Team 16). A 'UIMA' based Natural Language Question Answering pipeline for the Biotech domain.
0 stars 4 forks source link

How to configure VM arguments to avoid "java.lang.OutOfMemoryError: Java heap space" #1

Closed MagIciaNGTAO closed 12 years ago

MagIciaNGTAO commented 12 years ago

One of my UIMA annotator needs to consume 2G memory. How could I configure this when running pipelines using ECD?

MagIciaNGTAO commented 12 years ago

By adding one line at the end of hellobioqa.launch: "<"stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Xmx2G"/>