-
-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Too many open files (on Mac) #139
Comments
@jimafisk is this an OS issue more than a Plenti/fsnotify bug? increasing |
I think you're right @padraicbc. It seems like Hugo may have implemented a fix in their project to achieve a similar result: gohugoio/hugo@ff54b6b I haven't been able to reproduce this issue on my Ubuntu 20.04 laptop, but @claxxmoldii reported still experiencing this problem yesterday in the comments of a Plenti video. Jon I know you mentioned trying to increase your OS soft and hard limits, were you running something similar to the following commands to do that?
|
hey there... the solution i tried was this...
still throwing the error... then increased it to...
still throwing an error... i'm running osx mojave... |
Hi @claxxmoldii. You'll need to add the plist files mentioned here https://wilsonmar.github.io/maximum-limits/#sierra-and-newer-versions |
@claxxmoldii reported a Mac specific error in the comments on our youtube:
This happened when adding themify icons to the assets folder, removing themify fixes the issue.
We use fsnotify under the hood to watch the filesystem for changes. Hugo uses the same project and their users sometimes report a similar issue:
The text was updated successfully, but these errors were encountered: