Wouldn't it be better to ask on a node mailing list? On Wednesday, December 13, 2017 at 10:54:15 PM UTC-8, madana gopal wrote: > > Hi Team, > > We are creating a V8 context frequently calling node::makeContext() from > c++ code. But it seen, below objects created from native context (in > deps/v8/src/context.cc) are not getting cleared, so memory is increasing > continuously, on call to makeContext(): > > 1, template instatiation cache (we are creating own function and object > templates and attaching the same) > 2, extensions > 3, embedder data > > I couldn't find any api to explicitly clear this data. Could anyone > suggest the proper way to destruct all the above items created from > makeContext() (i.e any example, showing proper way to use makeContext) > > Thanks. > > Regards, > Madan >
-- -- 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.
