You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default limit on Moutain Lion is 256 and sometimes people get EMFILE error.
Let's make sure we are efficient.
Preprocessors should use in-memory cache.
Web server might do in-memory caching as well, considering number of captured browsers (eg. if there is only one browser, in-memory caching does not make any sense).
The text was updated successfully, but these errors were encountered:
The default limit on Moutain Lion is 256 and sometimes people get
EMFILE
error.Let's make sure we are efficient.
Preprocessors should use in-memory cache.
Web server might do in-memory caching as well, considering number of captured browsers (eg. if there is only one browser, in-memory caching does not make any sense).
The text was updated successfully, but these errors were encountered: