louismullie / treat

Natural language processing framework for Ruby.
Other
1.37k stars 128 forks source link

Increase JVM size #108

Open peddinti opened 9 years ago

peddinti commented 9 years ago

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

Ch4s3 commented 9 years ago

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

peddinti commented 9 years ago

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

didn't help much