Thank you for your information. How likely will the time of garbage collection change when the amount of live objects increases? Could it be roughly linearly?
Let's say if 1 million live objects use 10 ms on GC, then could 10 millions live objects use 100~ms on GC? On Sunday, July 28, 2019 at 5:53:38 AM UTC-4, Ben Noordhuis wrote: > > A typical Node.js application often has 10,000s to 100,000s of live > objects. A major garbage collection cycle normally completes in under > 10 milliseconds. > > (In practice, most will be minor scavenges that complete in < .1 ms.) > -- -- 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/9096553e-1b3c-4817-8b05-da8ff43f3d73%40googlegroups.com.