> ## Documentation Index
> Fetch the complete documentation index at: https://docs.markz3d.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Known Crashes

# ScaleformStore Pool Full, Size == 852

When the Scaleform pool becomes full, it can lead to crashes because the system is unable to allocate additional resources beyond its capacity. \
To increase the pool size add the following line to your `server.cfg` configuration file:

```lua theme={null}
increase_pool_size "ScaleformStore" 200
```
