treat icon indicating copy to clipboard operation
treat copied to clipboard

Increase JVM size

Open peddinti opened this issue 9 years ago • 2 comments

How do i increase the JVM size? i know we can do it for stanford core nlp? but how do we do it here?

peddinti avatar Apr 12 '15 07:04 peddinti

You need to set the JAVA_OPTS. Try using something like -Xmx768m or -Xmx{SIze in mb}mb

Ch4s3 avatar Apr 13 '15 13:04 Ch4s3

Where do i set? in the console? i did try setting in the console, export JAVA_OPTS="-Xmx2048m"

didn't help much

peddinti avatar Apr 15 '15 03:04 peddinti