Reason Anticheat Documentation
  • Introduction
  • Information
  • Links
  • FAQ
  • Resources Documentation
    • 🟣Reason Anticheat
      • Features
      • Dependencies
      • Commands
      • Logs
      • Menu
      • Installation
      • Configuration
      • Webhooks
      • Bans
      • Showcase
      • Set your game build and artifacts
      • Server crash prevention
      • Secure your server
    • 🟣Anti aimbot
    • 🟣Anti trigger event protection
    • 🟣Anti dumper
    • 🟣Anti weapons
    • 🟣Framework protections
Powered by GitBook
On this page
  1. Resources Documentation
  2. Reason Anticheat

Server crash prevention

In order to prevent your server from crashing methods you have to do the following steps:

  1. Set your game build 3095 or higher (Check section Set your game build and artifacts)

  2. Update your server artifacts to the latest version (Check section Set your game build and artifacts)

  3. Set the following commands into the server configuration file (server.cfg)

increase_pool_size "AttachmentExtension" 430
increase_pool_size "CMoveObject" 75
increase_pool_size "FragmentStore" 14000
increase_pool_size "LightEntity" 1000
increase_pool_size "netGameEvent" 400
increase_pool_size "OcclusionInteriorInfo" 20
increase_pool_size "OcclusionPathNode" 5000
increase_pool_size "OcclusionPortalEntity" 750
increase_pool_size "OcclusionPortalInfo" 750
increase_pool_size "PortalInst" 225
increase_pool_size "ScaleformStore" 200
increase_pool_size "StaticBounds" 5000
increase_pool_size "TxdStore" 26000

From our testing with game build 3095 and artifacts version 13227 everything will be fine

PreviousSet your game build and artifactsNextSecure your server

Last updated 2 months ago

🟣