Re: [v8-users] JavaScript heap out of memory issue

2016-09-26 Thread Abhishek Singh
Hi Ben, It turned out to be memory leak in my C++ wrapper on top of V8 - fixed it. Thanks for the suggestion around using v8::HeapProfiler::TakeHeapSnapshot(). > On 24-Sep-2016, at 00:08, Ben Noordhuis wrote: > > On Fri, Sep 23, 2016 at 12:54 PM, Abhishek Singh > wrote: >> Hi, >> >> I notice

Re: [v8-users] JavaScript heap out of memory issue

2016-09-23 Thread Ben Noordhuis
On Fri, Sep 23, 2016 at 12:54 PM, Abhishek Singh wrote: > Hi, > > I noticed a V8 crash with following message: > > > <--- Last few GCs ---> > > 251206 ms: Mark-sweep 1400.2 (1456.1) -> 1400.2 (1456.1) MB, 3688.5 / 0.0 > ms [allocation failure] [GC in old space requested]. > 254854 ms: Mark-sw

[v8-users] JavaScript heap out of memory issue

2016-09-23 Thread Abhishek Singh
Hi, I noticed a V8 crash with following message: <--- Last few GCs ---> 251206 ms: Mark-sweep 1400.2 (1456.1) -> 1400.2 (1456.1) MB, 3688.5 / 0.0 ms [allocation failure] [GC in old space requested]. 254854 ms: Mark-sweep 1400.2 (1456.1) -> 1400.2 (1456.1) MB, 3648.2 / 0.0 ms [allocation f