On Fri, Aug 3, 2012 at 4:36 PM, Thomas Fritz <
frit...@gmail.com> wrote:
> Hi,
>
> I just tried to increase the heap size of v8.
>
> <code>
> node --max-old-space-size=4096 script.js
> </code>
>
> Every size above about 1900 is ignored.
> I am definately on a x86_64 machine. So higher limits should work.
> Has this behaviour maybe changed in the past. It is described to be
> working here
http://blog.caustik.com/2012/04/11/escape-the-1-4gb-v8-heap-limit-in-node-js/
> at least.
>
> I tried it with v0.8.4 and v0.8.5. I installed the versions with nvm.
>
> Has anyone the same behaviour?
No. What makes you think that it's ignored? It seems to work for me.