Errors Definition
What is Pool Size Error (Game Memory Error)?
"A crash caused when the GTA V engine runs out of allocated memory slots for specific object types (peds, vehicles, or entities)."
Understanding Pools
GTA V allocates a fixed list of 'slots' for everything.
Why it crashes FiveM
Servers often spawn far more custom entities than the base game was designed for.
The Fix
You need to increase the pool limits in your server.cfg or use a resource that manages population density.