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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ Commonly, you would run `webvsc "avs/**/*.avs"` to convert a bunch of presets, o
43
43
44
44
### Troubleshooting
45
45
46
-
When converting thousands of presets, you might run into `EMFILE`errors. In that case try the following workaround:
46
+
When trying to convert a large number of files, you might run into an `EMFILE`error. This is a well-documented [issue](https://github.com/nodejs/node/issues/1941)that occurs whenever the number of [maximum open files](http://blog.izs.me/post/56827866110/wtf-is-emfile-and-why-does-it-happen-to-me) exceeds its limit. In such a case, you can use the following as workaround.
0 commit comments