Skip to content
Prev 10372 / 15274 Next

Rbbg Java out-of-heap-space error (potential cause: response_cache)

Alexandre,

The Java side of the Rbbg package caches all data responses during a
session. That's probably what's responsible for the memory issues
you're experiencing. This is a known bug that I haven't had a chance
to fix, but if you'd like to submit a patch I would happily accept.
The latest source is on my github at
http://github.com/johnlaing/blpwrapper. (I assume the "old fork" you
refer to is Jeff Davis's version, tweaked to work on Linux.)

The findata.org site hosts Windows binaries, so you should not specify
type = "source" from within R. This works just fine:
install.packages("Rbbg", repos = "http://r.findata.org")

-John

On Wed, Jun 20, 2012 at 4:23 AM, Alexandre CESARI
<alexandre.cesari at gmail.com> wrote: