On Thu, Apr 28, 2016 at 8:34 PM, Miguel Caballero Pinto <[email protected]> wrote: > Thanks Ben! > > I understand the limitations. However, shouldn't then the application crash > when the memory usage is around 2GB limit and not around 1400mb?
I wouldn't expect so. That 1.4 GB is just the JS heap; the C heap, libraries, and so on, all need address space of their own. -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
