[v8-dev] Re: Issue 847 in v8: 1gb memory limit

2015-03-25 Thread codesite-noreply via v8-dev
Comment #47 on issue 847 by u...@worldticket.net: 1gb memory limit https://code.google.com/p/v8/issues/detail?id=847 I'm working with a lot of files. For now i can choose to use a very old version of node.js 0.10.22 that seems more flexible regards to --max-old-space-size. But it still flats o

[v8-dev] Re: Issue 847 in v8: 1gb memory limit

2015-03-25 Thread codesite-noreply via v8-dev
Comment #46 on issue 847 by erikco...@google.com: 1gb memory limit https://code.google.com/p/v8/issues/detail?id=847 Please attach JS code that reproduces your issue. -- You received this message because this project is configured to send all issue notifications to this address. You may adju

[v8-dev] Re: Issue 847 in v8: 1gb memory limit

2015-03-25 Thread codesite-noreply via v8-dev
Comment #45 on issue 847 by xep...@gmail.com: 1gb memory limit https://code.google.com/p/v8/issues/detail?id=847 Any updates? Tried on version 41.0.2272.76 (64-bit) with flag --max-old-space-size setting to larger than 2GB, still doesn't work. JS heap limitation will stop at about 2089MB. Bu

[v8-dev] Re: Issue 847 in v8: 1gb memory limit

2015-03-24 Thread codesite-noreply via v8-dev
Comment #44 on issue 847 by avi...@gmail.com: 1gb memory limit https://code.google.com/p/v8/issues/detail?id=847 I struggled with v8 memory limits for a long time. While in some applications I was easily using over 8gb without any issues, in others I couldn't use more than 2, so the answer

[v8-dev] Re: Issue 847 in v8: 1gb memory limit

2015-03-24 Thread codesite-noreply via v8-dev
Comment #43 on issue 847 by abdul.bs...@gmail.com: 1gb memory limit https://code.google.com/p/v8/issues/detail?id=847 How much heap size 64 bit V8 engine officially giving us nowadays. What is the best solution for it? We have been searching for lot of articles and solutions over the internet. I

[v8-dev] Re: Issue 847 in v8: 1gb memory limit

2015-03-23 Thread codesite-noreply via v8-dev
Comment #42 on issue 847 by hpa...@chromium.org: 1gb memory limit https://code.google.com/p/v8/issues/detail?id=847 Have a look at the following JSON issue https://code.google.com/p/v8/issues/detail?id=3974 -- You received this message because this project is configured to send all issue n

[v8-dev] Re: Issue 847 in v8: 1gb memory limit

2015-03-17 Thread codesite-noreply via v8-dev
Comment #41 on issue 847 by jaison...@gmail.com: 1gb memory limit https://code.google.com/p/v8/issues/detail?id=847 I have tried to load a 5mb json fle into chrome.The chrome crashed , utilizing about 54% of RAM.If we are stopping other processes the chrome can utilize the rest of the memor

[v8-dev] Re: Issue 847 in v8: 1gb memory limit

2014-06-05 Thread codesite-noreply via v8-dev
Comment #40 on issue 847 by ale...@zerkalenkov.de: 1gb memory limit http://code.google.com/p/v8/issues/detail?id=847 With the Version 37.0.2030.2 canary heap size still remains about 2GB no matter what I set. Also there is a huge performance degradation in my app since last update if compare

[v8-dev] Re: Issue 847 in v8: 1gb memory limit

2014-05-07 Thread codesite-noreply via v8-dev
Comment #39 on issue 847 by ale...@zerkalenkov.de: 1gb memory limit http://code.google.com/p/v8/issues/detail?id=847 #34: I've upgraded Chrome, now it is Version 36.0.1978.0 canary, but with the flag --js-flags="--max-old-space-size=6000" window.performance.memory.jsHeapSizeLimit shows 2069.

[v8-dev] Re: Issue 847 in v8: 1gb memory limit

2014-05-02 Thread codesite-noreply via v8-dev
Comment #38 on issue 847 by ale...@zerkalenkov.de: 1gb memory limit http://code.google.com/p/v8/issues/detail?id=847 @37: supposed that it should be first integrated in Chrome Canary, tested and then integrated in Chrome. Thank you for the rapid fix and thank you all guys for your great job!

[v8-dev] Re: Issue 847 in v8: 1gb memory limit

2014-05-01 Thread codesite-noreply via v8-dev
Comment #37 on issue 847 by svenpa...@chromium.org: 1gb memory limit http://code.google.com/p/v8/issues/detail?id=847 @#36: The fix should be in Canary in the next few days, but this depends on several build/test bots being happy with v8 and Chrome, so I can't give a definite date. All I can

[v8-dev] Re: Issue 847 in v8: 1gb memory limit

2014-04-30 Thread codesite-noreply via v8-dev
Comment #36 on issue 847 by ale...@zerkalenkov.de: 1gb memory limit http://code.google.com/p/v8/issues/detail?id=847 @#34: That was fast! Thanks a lot! One stupid question: I suppose it goes about V8 js engine. How can I use it in Chrome [Canary]? I've updated all Chromes (OS X) and it seems

[v8-dev] Re: Issue 847 in v8: 1gb memory limit

2014-04-30 Thread codesite-noreply via v8-dev
Comment #35 on issue 847 by ale...@zerkalenkov.de: 1gb memory limit http://code.google.com/p/v8/issues/detail?id=847 @#33: thanks! Very interesting. Will check it. But here IMO it is offtopic. ;) -- You received this message because this project is configured to send all issue notification

[v8-dev] Re: Issue 847 in v8: 1gb memory limit

2014-04-30 Thread codesite-noreply via v8-dev
Comment #34 on issue 847 by hpa...@chromium.org: 1gb memory limit http://code.google.com/p/v8/issues/detail?id=847 Fix was landed in V8 revision r21102, setting an arbitrary old space limit should work now. -- You received this message because this project is configured to send all issue n

[v8-dev] Re: Issue 847 in v8: 1gb memory limit

2014-04-30 Thread codesite-noreply via v8-dev
Comment #33 on issue 847 by stu...@lttlrck.com: 1gb memory limit http://code.google.com/p/v8/issues/detail?id=847 @#32 Have you thought about stream parsing the JSON? It might save some trouble in the long run at if/when models grow. https://github.com/dscape/clarinet -- You received this m

[v8-dev] Re: Issue 847 in v8: 1gb memory limit

2014-04-30 Thread codesite-noreply via v8-dev
Comment #32 on issue 847 by ale...@zerkalenkov.de: 1gb memory limit http://code.google.com/p/v8/issues/detail?id=847 @#31: hey thank you for the hint regarding typed arrays -- didn't know that they are outside js heap. Actually after I've moved all geometry to typed arrays I've also experien

[v8-dev] Re: Issue 847 in v8: 1gb memory limit

2014-04-29 Thread codesite-noreply via v8-dev
Comment #31 on issue 847 by michaelb...@turbulenz.biz: 1gb memory limit http://code.google.com/p/v8/issues/detail?id=847 re #29. If you using WebGL you may find there are big wins by moving to typed arrays. a) Typed array storage does not count as part of the JS heap. So on a Win32 chrome

[v8-dev] Re: Issue 847 in v8: 1gb memory limit

2014-04-28 Thread codesite-noreply via v8-dev
Updates: Owner: hpa...@chromium.org Comment #30 on issue 847 by yang...@chromium.org: 1gb memory limit http://code.google.com/p/v8/issues/detail?id=847 (No comment was entered for this change.) -- You received this message because this project is configured to send all issue notificat

[v8-dev] Re: Issue 847 in v8: 1gb memory limit

2014-04-28 Thread codesite-noreply via v8-dev
Comment #29 on issue 847 by ale...@zerkalenkov.de: 1gb memory limit http://code.google.com/p/v8/issues/detail?id=847 Currently I'm developing a WebGL based app which must load and render a huge amount of data (architectural 3D models). I've run into Chrome's V8 1.4 GB limit as well. I've tri

[v8-dev] Re: Issue 847 in v8: 1gb memory limit

2013-06-19 Thread codesite-noreply
Comment #28 on issue 847 by ri...@chromium.org: 1gb memory limit http://code.google.com/p/v8/issues/detail?id=847 If you are running inside chrome you should pass the flag to v8 in using --js-flags="--max-old-space-size=1" Unless they added it recently there is no --max-old-space-size fl

[v8-dev] Re: Issue 847 in v8: 1gb memory limit

2013-06-18 Thread codesite-noreply
Comment #27 on issue 847 by rryk...@gmail.com: 1gb memory limit http://code.google.com/p/v8/issues/detail?id=847 With this script I get the following error on the console: V8 error: Allocation failed - process out of memory (CALL_AND_RETRY_LAST). Current memory usage: 1393 MB The tab crash

[v8-dev] Re: Issue 847 in v8: 1gb memory limit

2013-06-18 Thread codesite-noreply
Comment #26 on issue 847 by vego...@chromium.org: 1gb memory limit http://code.google.com/p/v8/issues/detail?id=847 @rryk.ua: both strings and arrays have length limits that have nothing to do with allocation limits and V8 will not allow them to grow without bounds and throw a fake out-of-me

[v8-dev] Re: Issue 847 in v8: 1gb memory limit

2013-06-18 Thread codesite-noreply
Comment #25 on issue 847 by rryk...@gmail.com: 1gb memory limit http://code.google.com/p/v8/issues/detail?id=847 I've tried --max-old-space-size=1 on Linux, but still couldn't go over ~3GB. An error appears on the console when the limit is hit - see attached screenshot. Version info:

[v8-dev] Re: Issue 847 in v8: 1gb memory limit

2011-09-19 Thread codesite-noreply
Comment #24 on issue 847 by m...@ell.io: 1gb memory limit http://code.google.com/p/v8/issues/detail?id=847 Very promptly seen to. Sometimes, I love you guys, Google. -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev

[v8-dev] Re: Issue 847 in v8: 1gb memory limit

2011-09-19 Thread codesite-noreply
Comment #23 on issue 847 by vego...@chromium.org: 1gb memory limit http://code.google.com/p/v8/issues/detail?id=847 Yes, issue described in the comment #18 is not related to GC. It is related to the way external array's length is represented in the object (31-bit signed integer). Also clar

[v8-dev] Re: Issue 847 in v8: 1gb memory limit

2011-09-19 Thread codesite-noreply
Comment #22 on issue 847 by tshin...@gmail.com: 1gb memory limit http://code.google.com/p/v8/issues/detail?id=847 @18 Re: FATAL ERROR: v8::Object::SetIndexedPropertiesToExternalArrayData() length exceeds max acceptable value Please see node.js issue #1710 where this _particular_ scenario

[v8-dev] Re: Issue 847 in v8: 1gb memory limit

2011-09-19 Thread codesite-noreply
Comment #21 on issue 847 by erik.corry: 1gb memory limit http://code.google.com/p/v8/issues/detail?id=847 The default limit is still 700Mbytes on 32 bit and 1400Mbytes on 64 bit. You can up the limit with --max-old-space-size=2000 The unit is Megabytes. On 32 bit systems you probably can'

[v8-dev] Re: Issue 847 in v8: 1gb memory limit

2011-09-19 Thread codesite-noreply
Comment #20 on issue 847 by nunojobp...@gmail.com: 1gb memory limit http://code.google.com/p/v8/issues/detail?id=847 What's the new limit? No limit? -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev

[v8-dev] Re: Issue 847 in v8: 1gb memory limit

2011-09-19 Thread codesite-noreply
Updates: Status: Fixed Comment #19 on issue 847 by vego...@chromium.org: 1gb memory limit http://code.google.com/p/v8/issues/detail?id=847 fixed with r9328 -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev

[v8-dev] Re: Issue 847 in v8: 1gb memory limit

2011-09-17 Thread codesite-noreply
Comment #18 on issue 847 by w.a.barn...@gmail.com: 1gb memory limit http://code.google.com/p/v8/issues/detail?id=847 Results of a quick experiment with Buffer on recent Node.js checkout: Serenity:src williambarnhill$ node new Buffer(40) TypeError: Bad argument at new Buffer (buffe

[v8-dev] Re: Issue 847 in v8: 1gb memory limit

2011-09-17 Thread codesite-noreply
Comment #17 on issue 847 by willem.k...@gmail.com: 1gb memory limit http://code.google.com/p/v8/issues/detail?id=847 The google team is already actively working on it, so I don't really know what the fuss is all about there. You can even follow the experiment GC branch development. If you

[v8-dev] Re: Issue 847 in v8: 1gb memory limit

2011-09-16 Thread codesite-noreply
Comment #16 on issue 847 by hapaliba...@googlemail.com: 1gb memory limit http://code.google.com/p/v8/issues/detail?id=847 @15 One might wonder whether building a platform such as NodeJS on V8 was shortsighted if a known limitation was ignored during it's selection or that assuming that Goog

[v8-dev] Re: Issue 847 in v8: 1gb memory limit

2011-09-16 Thread codesite-noreply
Comment #15 on issue 847 by m...@ell.io: 1gb memory limit http://code.google.com/p/v8/issues/detail?id=847 I’m sorry to trigger e-mail notifactions for 84 people, but this isn’t just a +1 on the issue: beyond needing votes-for-implementation, this *needs to have its priority raised*. Sorry

[v8-dev] Re: Issue 847 in v8: 1gb memory limit

2011-09-16 Thread codesite-noreply
Comment #14 on issue 847 by k...@tigertext.com: 1gb memory limit http://code.google.com/p/v8/issues/detail?id=847 How about boosting the priority on this? This limitation seriously impedes the potential uses for node. -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/gr

[v8-dev] Re: Issue 847 in v8: 1gb memory limit

2011-05-25 Thread codesite-noreply
Comment #13 on issue 847 by vego...@chromium.org: 1gb memory limit http://code.google.com/p/v8/issues/detail?id=847 #2 is still unfixed. There is an experimental GC (developed on experimental/gc branch) which does not have any inherent limitations and is expected to have better throughput/l

[v8-dev] Re: Issue 847 in v8: 1gb memory limit

2011-05-25 Thread codesite-noreply
Comment #12 on issue 847 by michael8...@gmail.com: 1gb memory limit http://code.google.com/p/v8/issues/detail?id=847 Good to know about #1. Other than the allocation encodings issue in #2 above, and the counter overflow issue in http://code.google.com/p/v8/issues/detail?id=887, what remaini

[v8-dev] Re: Issue 847 in v8: 1gb memory limit

2011-05-25 Thread codesite-noreply
Comment #11 on issue 847 by vego...@chromium.org: 1gb memory limit http://code.google.com/p/v8/issues/detail?id=847 Point #1 have been resolved already (see r5559). -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev

[v8-dev] Re: Issue 847 in v8: 1gb memory limit

2011-05-25 Thread codesite-noreply
Comment #10 on issue 847 by michael8...@gmail.com: 1gb memory limit http://code.google.com/p/v8/issues/detail?id=847 It seems to me that point #1 above could reasonably be crowd-sourced to concerned parties (such as myself), if appropriate guidelines were provided by the development team.

[v8-dev] Re: Issue 847 in v8: 1gb memory limit

2011-05-04 Thread codesite-noreply
Comment #9 on issue 847 by a...@nder-prinzhorn.de: 1gb memory limit http://code.google.com/p/v8/issues/detail?id=847 It's vital to database and search engine like software. So please release a fix or 64bit version or whatever. It would make V8 and things like NodeJS more a useful tool instea

[v8-dev] Re: Issue 847 in v8: 1gb memory limit

2010-12-07 Thread codesite-noreply
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 in

[v8-dev] Re: Issue 847 in v8: 1gb memory limit

2010-12-03 Thread codesite-noreply
Comment #7 on issue 847 by broofa: 1gb memory limit http://code.google.com/p/v8/issues/detail?id=847 Slightly off topic, but rumor on the street is that Node.js's Buffer objects are allocated outside the V8 memory space. If that's the case - and it appears to be (https://github.com/ry/nod

[v8-dev] Re: Issue 847 in v8: 1gb memory limit

2010-12-03 Thread codesite-noreply
Comment #6 on issue 847 by renat.zubairov: 1gb memory limit http://code.google.com/p/v8/issues/detail?id=847 It is a significant impediment for me too. -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev

[v8-dev] Re: Issue 847 in v8: 1gb memory limit

2010-11-18 Thread codesite-noreply
Comment #5 on issue 847 by jorangreef: 1gb memory limit http://code.google.com/p/v8/issues/detail?id=847 It is vital for my server-side work that V8 supports at least 32GB memory sizes. I am sure that work on this would feed back into client V8. -- v8-dev mailing list v8-dev@googlegroups.co

[v8-dev] Re: Issue 847 in v8: 1gb memory limit

2010-11-02 Thread codesite-noreply
Comment #4 on issue 847 by erik.corry: 1gb memory limit http://code.google.com/p/v8/issues/detail?id=847 The limit for 64 bit V8 is around 1.9Gbytes now. Start V8 with the --max-old-space-size=1900 flag. -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev

[v8-dev] Re: Issue 847 in v8: 1gb memory limit

2010-10-19 Thread codesite-noreply
Comment #3 on issue 847 by broofa: 1gb memory limit http://code.google.com/p/v8/issues/detail?id=847 Any chance we can get the priority of this bumped up? This is going to be a significant impediment for Node.js development since memory is one of the most important resources for scaling se

[v8-dev] Re: Issue 847 in v8: 1gb memory limit

2010-09-19 Thread codesite-noreply
Comment #2 on issue 847 by diego.caravana: 1gb memory limit http://code.google.com/p/v8/issues/detail?id=847 Even if this can be acceptable in a web browser, IMHO it is not when dealing with server-side processes. In my case, I've been forced to suddenly stop my work (an experiment with real

[v8-dev] Re: Issue 847 in v8: 1gb memory limit

2010-08-26 Thread codesite-noreply
Updates: Owner: vego...@chromium.org Labels: Type-FeatureRequest Priority-Low Comment #1 on issue 847 by vego...@chromium.org: 1gb memory limit http://code.google.com/p/v8/issues/detail?id=847 There two independent issues we need to solve to support large heaps: 1) Currently V8