On Wed, Dec 14, 2016 at 2:47 AM, Jane Chen <[email protected]> wrote: > For experiment, I just changed my implementation to always dispose and > recreate isolates after each JavaScript execution. I can easily reproduce a > memory leak and my server process runs out of memory within an hour. > > If I reuse the isolates, the server holds up for days executing the same set > of requests.
Can you check with valgrind? -- -- 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.
