I am trying to read an excel
file into R
, the size is 14MB
, I got the error below:
Error in .jcall("RJavaTools", "Ljava/lang/Object;", "invokeMethod", cl, :
java.lang.OutOfMemoryError: Java heap space
I know it has to do with memory but I have no programming background and don't know how to go about solving this issue :(