On Wed, Nov 15, 2017 at 7:30 AM,  <fkp...@gmail.com> wrote:
> Hi,
> I'm looking for ideas for optimizing multi thread - multi isolate platform.
> Especially on memory footprint.
>
> Each thread runs an isolate and one context, and runs same function in the
> script several times ( some time even 100 times).
> We've made calls to GC, but I'm still looking for more suggestions on this.

Pass a ResourceConstraints in the Isolate::CreateParams config object
to Isolate::New().

If that isn't the answer to your question, then please be more specific. =)

-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
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 v8-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to