Comment #8 on issue 847 by jorangreef: 1gb memory limit
http://code.google.com/p/v8/issues/detail?id=847

Even with Buffer objects being allocated outside V8, 1.9GB leaves little room for things like indexing using sets or tries, where the pointers themselves take up significant space. For instance, a project of mine that's indexing 7-10mb of test data using sets and skiplists takes 35mb of memory (Redis is uses about the same for the same data set). See this thread for more info: http://groups.google.com/group/nodejs-dev/browse_thread/thread/ea23816b70d26fa8

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to