On Wed, Sep 3, 2014 at 6:53 AM, Oliver Bock <
oli...@g7.org> wrote:
> If I create many isolates to run v8 in many threads then I will run out of
> memory. How can I catch these out-of-memory situations so that I can output
> an appropriate error message? SetFatalErrorHandler() does not work for me
> because it needs an isolate to be installed before it is called. However
> the out-of-memory error occurs during the second line below, before I can
> call SetFatalErrorHandler(). (The Locker calls V8::Initialize(), which
> eventually runs out of memory.)
I don't think you can catch them. Last I looked at it, the isolate