On Thursday, July 31, 2014 4:57:22 PM UTC-4, chezy palani wrote: > > We are using node v0.10.26. What version of v8 engine it uses? In our > performance test, we see memory bottleneck where the node process memory > usage doesn't go above 1GB. This seems related to the v8 issue discussed > here: > http://blog.caustik.com/2012/04/11/escape-the-1-4gb-v8-heap-limit-in-node-js/ > > This post is couple of years old so I'm assuming latest node should have > the v8 engine with this fix. Can anyone confirm this? Anyone else running > into this issue with latest Node? > The v8 version is embedded in the `process.versions` object as `process.versions.v8`. For node v0.10.30 (using the bundled v8) this would be 3.14.5.9.
-- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/6b295c82-4b75-4db3-a8e1-936229cdc51f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
