v8 engine version and performance

165 views
Skip to first unread message

chezy palani

unread,
Jul 31, 2014, 4:57:22 PM7/31/14
to nod...@googlegroups.com

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?

mscdex

unread,
Jul 31, 2014, 6:55:47 PM7/31/14
to nod...@googlegroups.com
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.
 

greelgorke

unread,
Aug 1, 2014, 2:53:05 AM8/1/14
to nod...@googlegroups.com

Will Hoover

unread,
Aug 1, 2014, 2:55:03 PM8/1/14
to nod...@googlegroups.com

Execute the following to get v8 version (v0.10.30 has v8 v3.14.5.9):

 

node -e "console.log(process.versions.v8)"

 

tip: Google Chrome v8 version shown in chrome://version (currently v8 v3.26.31.8)

--
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 nodejs+un...@googlegroups.com.
To post to this group, send email to nod...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/6e11b1af-dd8f-426d-934c-76a36650049b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages