I am trying to connect R to Teradata to pull data directly into R for analysis. However, I am getting the error of,
Error in .jcall(rp, "I", "fetch", stride, block) :
java.lang.OutOfMemoryError: Java heap space
I have tried to set up my R options to increase the max heap size of JVM by doing:
options(java.parameters = "-Xmx8g")
I have also tried to initialize java parameters with rJava function .jinit
as: .jinit(parameters="-Xmx8g")
.
But still failed.
The calculated size of the data should be approximately 3G (actually less than 3G).
question from:
https://stackoverflow.com/questions/34624002/r-error-java-lang-outofmemoryerror-java-heap-space 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…