503 error: too many open files

screenshot

Okay so I’m not sure if this an error with the hugo add-on, or with some setting, or something. I added a new blog post and when I went to publish it, it threw this error. I don’t have config.toml open so I’m not sure why that popped up.

Any ideas how I should fix it?

Here’s a paste of the error log: 06/14/error-log - Pastebin.com

What service are you hosting it on?

digitalocean

Never mind. I made some changes to the Caddyfile and had to restart the server anyway.
Everything is fine now.

1 Like

Hey! It might not be a problem of Caddy-Hugo but I’ll check it out anyway. :smiley: Thanks for reporting.

Make sure your ulimit -n is high enough (16K should do it) - if you aren’t running a busy site, then it might be a bug in one of your plugins (?) that’s not closing files properly.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.