> For the complete documentation index, see [llms.txt](https://webscout.gitbook.io/webscout-en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://webscout.gitbook.io/webscout-en/troubleshooting.md).

# Troubleshooting

### Error: Too many open files

Increase open file descriptiors limit.  You may set it for one time (before reboot), by command:

```
ulimit -n 65535
```

For all time change, put string

```
* soft nofile 65535
```

to file /etc/security/limits.conf . You can get more information about it in OS docs.
