# Решение проблем

### Ошибка "Too many open files"

Увеличте количество максимальных файловых дескрипторов. Единовременно это делается командой:&#x20;

```
ulimit -n 65535
```

Для постоянного изменения внесите строку:

```
* soft nofile 65535
```

В файл /etc/security/limits.conf . Более подробную информацию об этом изменении вы можете узнать из документации к своей ОС.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://webscout.gitbook.io/webscout-ru/reshenie-problem.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
