This is because the new clear nlp models use more memory I believe... In the .bat file, you will see an -Xmx flag option( which specifies how much memory the java process can use) change this to like 4096m from what it is currently, and it should work.
On Saturday, December 21, 2013, Joshua Weiner wrote: > Hello everyone, > > I am trying to use cTAKES (just downloaded it) and when trying to load the > analysis engine AE *AggregatePlaintextProcessor* (per this link: > > https://cwiki.apache.org/confluence/display/CTAKES/cTAKES+3.1+User+Install+Guide#cTAKES3.1UserInstallGuide-Prerequisites > ) > > I get this error: > Loading model: > ................................ > scope model: > > /C:/apache-ctakes-3.1.0/resources/org/apache/ctakes/assertion/models/scope.model > Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: GC > overhead limit exceeded > > I am on Windows 8, 8gb of ram. It appears that other AE work.. but I know > AggregatePlaintextProcessor is the most important one. > > Thank you so much for any help! This is very important to me. > > Josh > > > > > > -- > Josh Weiner > [email protected] <javascript:;> > 201.638.0047 >
