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

# Spilling Service Not Started

An attempt to use spilling occurs when the Spilling Service is disabled. This happens when the spilling service is not properly configured or has been disabled in the configuration.

## Diagnostics

Check the spilling service configuration:

- Verify that [`table_service_config.spilling_service_config.local_file_config.enable`](https://ydb.tech/docs/en/reference/configuration/table_service_config.md#local-file-config-enable) is set to `true`.

## Recommendations

To enable spilling:

1. Set [`table_service_config.spilling_service_config.local_file_config.enable`](https://ydb.tech/docs/en/reference/configuration/table_service_config.md#local-file-config-enable): `true` in your configuration.

{% note info %}

Read more about the spilling architecture in [Spilling in YDB](https://ydb.tech/docs/en/concepts/query_execution/spilling.md#spilling-in-ydb-short-name).

{% endnote %}
