# Paper thread dump

Sometimes, you may encounter paper thread dumps. It is not an error but it seems like it.

<figure><img src="/files/0mQRJVLi3iG74j1k6D3k" alt="" width="563"><figcaption><p>A Paper thread dump generated due to a slowdown caused by ParadiseLand.</p></figcaption></figure>

The reasons behind this warning could be various, such as:

1. Not performing hardware, maybe your CPU is not enough to run ParadiseLand
2. The server is weighted by other plugins that slow down the chunk generation
3. A real ParadiseLand issue
4. Make your PC asleep
5. Many other reasons...

## Try to "fix"

*This is not a fix but allows the server to perform tasks at a slower pace, reducing the frequency of alert spam.*

{% hint style="info" %}
`This is a`**`Paper`**`issue and should not exist in Spigot.`
{% endhint %}

So, open your `paper.yml` or in the latest versions `/config/paper-global.yml` configuration file and edit the setting `watchdog.early-warning-every` property from `5000` to a higher value like `120000`.

```yaml
watchdog:
  early-warning-delay: 10000
  early-warning-every: 5000 # <----- edit this
```


---

# 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://paradiseland.gitbook.io/wiki/troubles/paper-thread-dump.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.
