What is the default memory limit for a single tab in chrome ??
question from:https://stackoverflow.com/questions/29620041/is-there-any-memory-limit-for-google-chrome-browserWhat is the default memory limit for a single tab in chrome ??
question from:https://stackoverflow.com/questions/29620041/is-there-any-memory-limit-for-google-chrome-browserIt's hard to answer correctly and the answer could be figured out only in benchmarks for particular task with particular build.
There are several thing that could allow you to use from 1 to 2 GB of memory:
Right now, with 64bit Chrome version 47, on Windows 8.1 I can take up to 1.8GB with one tab, then it crashes.
Update:
As I can see some magic has happened and limit has changed.
For Chrome version 63, on x64 Windows 10 OS, I could allocate up to 3.5 GB memory, parsing a huge JSON string and then displaying it on the page.
The number is taken from Chrome's Task manager and from Process Explorer's Private Bytes
metric.