jaeles-project / gospider

Gospider - Fast web spider written in Go
MIT License
2.53k stars 306 forks source link

Too many open files #36

Closed arthur4ires closed 3 years ago

arthur4ires commented 3 years ago

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

bsysop commented 3 years ago

Hey buddy!

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

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

Good luck!.

arthur4ires commented 3 years ago

Hope you're well :)

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

arthur4ires commented 3 years ago

Apparently, problem solved. Thank you again :)