---
metadata:
  - name: generator
    content: Diplodoc Platform v5.50.6
alternate:
  - https://ydb.tech/docs/en/troubleshooting/spilling/service-not-started.md?version=main
  - https://ydb.tech/docs/ru/troubleshooting/spilling/service-not-started.md?version=main
sourcePath: ru/core/troubleshooting/spilling/service-not-started.md
---
> **Documentation Index:** Fetch the complete configuration index at https://ydb.tech/docs/ru/llms.txt

# Spilling Service not started

Спиллинг выключен, но при выполнении запроса закончилась память. Когда спиллинг выключен, YDB не может выгрузить промежуточные данные на диск, что приводит к сбою запроса при исчерпании доступной памяти.

## Диагностика

Проверьте конфигурацию сервиса спиллинга:

- Убедитесь, что [`table_service_config.spilling_service_config.local_file_config.enable`](https://ydb.tech/docs/ru/reference/configuration/table_service_config.md?version=main#local-file-config-enable) установлен в `true`.

## Рекомендации

Для исправления этой ошибки включите спиллинг:

1. Установите [`table_service_config.spilling_service_config.local_file_config.enable`](https://ydb.tech/docs/ru/reference/configuration/table_service_config.md?version=main#local-file-config-enable): `true` в вашей конфигурации.

Подробнее о включении спиллинга см. в разделе [Включение](https://ydb.tech/docs/ru/reference/configuration/table_service_config.md?version=main#enable).

{% note info %}

Подробнее об архитектуре спиллинга см. в разделе [Архитектура спиллинга в YDB](https://ydb.tech/docs/ru/concepts/query_execution/spilling.md?version=main#architecture).

{% endnote %}
