Allow Chrome to use unlimited memory

Is there a way to allow Chrome to use all available RAM on the computer? The javascript running on the page is complex and requires a lot of memory. I would like Chrome to use as much memory as possible.
Right now, the memory reaches about 800 MB, and then I get "the script on the page has too much memory. Reload to re-enable the scripts."
Does Chrome automatically use all available RAM, or do I need to provide some command line argument at startup to resolve this?
Thanks!

+4
source share

Source: https://habr.com/ru/post/1501527/


All Articles