X -> Y MB means: size of the heap (total size of the objects) before
collection was X and it became Y after collection.
T ms. --- how long GC pause was.
Scavenge is basically a Cheney copying collector with two semispaces
(http://en.wikipedia.org/wiki/Cheney's_algorithm). Used for partial
collections in the young space.
MarkSweep is a classical mark-sweep collector
(http://en.wikipedia.org/wiki/Garbage_collection_(computer_science)#Na.C3.AFve_mark-and-sweep)
used for full collections.
--
Vyacheslav Egorov
> --
> You received this message because you are subscribed to the Google Groups
> "nodejs" group.
> To post to this group, send email to nod...@googlegroups.com.
> To unsubscribe from this group, send email to
> nodejs+un...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/nodejs?hl=en.
>