jaeles-project / gospider

Gospider - Fast web spider written in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Too many open files

arthur4ires opened this issue · comments

Command:
gospider -S "urls files" -o outuputfles -c 5 -t 100 -d 2 --other-source -v --robots --sitemap -u web

Error:
[0024] ERROR Failed to open file to write Output: open *********/target_folder : too many open files

Hey buddy!

This issue is not in gospider but in your computer config.

https://rtcamp.com/tutorials/linux/increase-open-files-limit/

Good luck!.

Hope you're well :)

Thank you very much for the answer, I will read the article and make the settings on my server.

Apparently, problem solved. Thank you again :)