diff --git a/Troubleshooting.md b/Troubleshooting.md new file mode 100644 index 0000000..44c4439 --- /dev/null +++ b/Troubleshooting.md @@ -0,0 +1,14 @@ +## Error opening file in read/write mode + +If you encounter issues such as: +``` +Error opening '/path/to/file' in read/write mode +``` + +increase `nofile` value in the file `/etc/security/limits.conf`: +``` /etc/security/limits.conf +# +btracker soft nofile 2048 +btracker hard nofile 524288 +``` +* for systemd, use the following [example](https://github.com/YGGverse/aquatic-crawler/wiki/Systemd) \ No newline at end of file