On Wed, Jul 24, 2019 at 6:25 PM Marsha <purple...@gmail.com> wrote:
>
> If a node application uses very large  memory (e.g., 512GB, 1024GB etc.), 
> about how long might it be taken to do garbage collection by the latest V8?
>
> Could V8 be trusted to run large in-memory applications?

Your question is poorly phrased. The garbage collector performs work
relative to the _live_ set of objects. Sweeping a 1 TB heap with only
one live object is instantaneous; sweeping a 1 GB heap with 1 million
objects is not. It's impossible to give an accurate answer without
knowing the details of your application.

-- 
-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/v8-users/CAHQurc-iSocRskPWo3%2Bdi2E%2BUE6ZUFy09C5U1NVNejCDq3jcmw%40mail.gmail.com.

Reply via email to