---
metadata:
  - name: generator
    content: Diplodoc Platform v5.52.0
alternate:
  - https://ydb.tech/docs/en/troubleshooting/spilling/service-not-started.md
  - https://ydb.tech/docs/ru/troubleshooting/spilling/service-not-started.md
  - href: ru/troubleshooting/spilling/service-not-started.md
    type: text/markdown
    title: Markdown version
  - href: ../../llms.txt
    type: text/markdown
    title: llms.txt
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

Попытка использования спиллинга при выключенном Spilling Service. Это происходит, когда сервис спиллинга неправильно настроен или отключен в конфигурации.

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

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

- Убедитесь, что [`table_service_config.spilling_service_config.local_file_config.enable`](https://ydb.tech/docs/ru/reference/configuration/table_service_config.md#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#local-file-config-enable): `true` в вашей конфигурации.

{% note info %}

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

{% endnote %}
