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

Last updated