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?
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?
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.