Error E0000008 while in app , Parsing large JSON file

I am parsing a large JSON file , (150mb) into the browser and am getting an error " Error E0000008" I am guessing its a memory issue but if there were any chromium engine command line options i might be able to use that would be helpful.

Thanks,
Greg.

You can pass custom command line options to the chromium engine with:

Hi Yes I am aware of the custom variables but what command line would you suggest would remmedy the error I am getting ??

Maybe there is some debugger to find out what the error means ?

the same localhost version works in chrome fine , maybe i could use chrome instead of chromium ?