> For the complete documentation index, see [llms.txt](https://paradiseland.gitbook.io/wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://paradiseland.gitbook.io/wiki/troubles/paper-thread-dump.md).

# 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
```
