.jcall(rp, "I", "fetch", stride, block)" In R" />

Tip & Knowhow

UGU

"Error in .jcheck() : Java Exception .jcall(rp, "I", "fetch", stride, block)" In R

작성자 : UGU 작성일 : 2017.08.17 12:38:58 댓글수 : 0 조회수 : 8,233

R에서 DB data Fetch 작업 중 memory 부족으로

 

Error in .jcheck() : 
  Java Exception <no description because toString() failed>.jcall(rp, "I", "fetch", stride, block)<S4 object of class "jobjRef">

 

와 같은 에러가 발생하는 경우가 있다.

 

메모리를 늘려 주기 위해

1. 
options(java.parameters = "-Xmx8048m")

 

2.
memory.limit(size=10000000024)

 

을 Run하면 에러를 피할 수 있다

첨부파일

  • 댓글을 입력 하시려면 로그인 해주세요.