What is the soft limit (at which the user needs to give permission to exceed)?
What is the hard limit (maximum allowed).
What is the soft limit (at which the user needs to give permission to
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Warning – this information is outdated – see the other answer below.
Chrome has a 5mb soft limit before it hits a
QUOTA_ERR. Here’s a MDN reference to that fact.The spec mentions a
QuotaExceededErrorbut doesn’t seem to say anything about when it should be thrown.I’ve not heard of a hard limit and not reached one in my own development. Performance should go pretty far south before you reach it.