Well, it looks like a Java world where / how can I allow more memory for RWeka in RStudio.
Error in .jcall ("RWekaInterfaces", "[S", "tokenize",. Jcast (tokenizer,: java.lang.OutOfMemoryError: GC upper limit exceeded
Not sure how R interacts with Java, and if I can allow more heap space.
Thanks in advance Gary
Yes, you can increase a bunch of space. You can do this before downloading any rJava-dependent package, in this case RWeka.
To increase the default value (from 512 MB) to 1024 MB:
options(java.parameters = "-Xmx1024m")
Source: https://habr.com/ru/post/1012417/More articles:Is it possible to use bit fields in C ++ classes? - c ++formGroup expects an instance of FormGroup. Request to transfer - angularUsing an unresolved identifier error in an extension file? - swiftHow to connect a weak application to webhook? - slack-apiHow to display javascript File object in Chrome PDF viewer application with its name? - javascriptWhy does @ContentChildren include self (this) when requesting an appropriate selector? - angularAWS API Gateway + elastic beanstalk and microservices - amazon-web-servicesStart and stop activity indicator swift3 - iosLetsencrypt how to use --preferred-problems - lets-encryptAngular 2 single-user service does not act like singleton - dependency-injectionAll Articles