# Paper thread dump

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

<figure><img src="https://3586521393-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVaTufFv4BbKVyQLim4tI%2Fuploads%2FrTACqQoW7qEvMzpch1fS%2Fimage.png?alt=media&#x26;token=2a0a77d9-9f5e-4ff3-8776-f1cdd75f4e88" 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
```
