JavaScript memory limit

后端 未结 6 1935
青春惊慌失措
青春惊慌失措 2020-11-28 11:42

Is there a maximum amount of data a JavaScript application can store?

I guess this is handled by the browser and each one has its limitation?

If there isn\'t

6条回答
  •  失恋的感觉
    2020-11-28 12:13

    Firefox supports the option "javascript.options.mem.max" and if you search on that you can find discussions about sensible values that people have found workable.

    Not sure how many people can be bothered going in there and setting it, but speaking for myself I set it to 128000 (which is 128M).

提交回复
热议问题