-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
Hi,
I'm trying to read in R, in chunks of 50k rows at a time, a collection of about 300k rows.
dt <- dbGetQuery(mongo, arg, querystr,(i*chunk_size),chunk_size)
This is the error I get back
Error in .jcall(rmongo.object@javaMongo, "S", "dbGetQuery", collection, :
java.lang.OutOfMemoryError: Java heap space
The system has still plenty of memory available and the user I'm running the has the ulimit set to unlimited memory allocation.
Metadata
Metadata
Assignees
Labels
No labels