Status: New
Owner: ----
New issue 2508 by [email protected]: V8 fails to claim virtual memory
(server side)
http://code.google.com/p/v8/issues/detail?id=2508
I was launching multiple instances of node.js at the same time and I got
this error:
Fatal error in ../deps/v8/src/incremental-marking.cc, line 462
I posted this error on the node.js issues board but it appears to be a V8
issue. To quote one of the node.js contributors:
"V8 is trying to claim a chunk of virtual memory but it gets denied by the
operating system. When you run it through strace, you'll see a mmap() call
in there with return code MAP_FAILED."
I was running node on an Amazon EC2 Micro instance.
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev