Click here to Skip to main content
15,891,770 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I run the chromium source code successfully on my PC. When I am loading more than 5 mb JSON data into the visualization chart it is showing unresponsive script error by consuming around 1.5gb memory in a single tab. I need to prevent the unresponsive script which causes the blocking of UI thread.

1. Is it possible to delay the unresponsive script error ?
2. Is it possible to allocate more memory for the active tab ?

How can I make it possible ?
Posted
Comments
Kornfeld Eliyahu Peter 6-May-15 8:58am    
It sounds to me like a problem with the code rendering the JSON data...Check it...
Sergey Alexandrovich Kryukov 6-May-15 10:13am    
Not clear what do you mean by "delay".
—SA

1 solution

My answer, based on how I understand your not quite clear questions, is
  1. No
  2. No

There is no such thing as miracle. If you are trying to use too much memory, eventually you get the failure. You did not describe in all the detail how the browser behaves, not sure it's wrong. If you have some better idea on the behavior in such cases, even without having an idea on implementation, please explain it.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900