mirror of
https://github.com/YGGverse/aquatic-crawler.git
synced 2026-03-31 17:15:35 +00:00
Created Troubleshooting (markdown)
parent
0870cee7f3
commit
8136d8d508
1 changed files with 14 additions and 0 deletions
14
Troubleshooting.md
Normal file
14
Troubleshooting.md
Normal file
|
|
@ -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
|
||||||
|
#<domain> <type> <item> <value>
|
||||||
|
btracker soft nofile 2048
|
||||||
|
btracker hard nofile 524288
|
||||||
|
```
|
||||||
|
* for systemd, use the following [example](https://github.com/YGGverse/aquatic-crawler/wiki/Systemd)
|
||||||
Loading…
Add table
Add a link
Reference in a new issue