gaaga Posted August 19, 2019 Share Posted August 19, 2019 Hi! How can I configure the "ProcessCrahed" event, the game server crashes constantly, can I limit it Link to comment Share on other sites More sharing options...
LFA Posted August 20, 2019 Share Posted August 20, 2019 There is no process crashed event but you can configure the service manager to limit the number of restarts. For example this limits the game server to 3 restarts in 300 seconds in case of process crash. <add key="TCAdmin.MaxRestarts" value="3"/> <add key="TCAdmin.MaxRestartTime" value="300"/> Link to comment Share on other sites More sharing options...
gaaga Posted August 20, 2019 Author Share Posted August 20, 2019 tell me what the value of "TCAdmin.StartOnCPU0Wait" means Link to comment Share on other sites More sharing options...
LFA Posted August 20, 2019 Share Posted August 20, 2019 In game settings > general settings there is an option "Always start on CPU 0". TCAdmin.StartOnCPU0Wait is the number of seconds to keep the game server on CPU0. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now