Dedicated server getting slower over time
by Ian Omroth Hardingham · in Torque Game Engine · 03/21/2010 (10:25 am) · 1 replies
Hey guys.
I have a torque dedicated server which seems to get much, much slower to respond after it's been up for a few days. Could this be the console.log size? If not, anyone have any ideas? Does anyone know how to only keep the last megabyte of the console.log or something?
Thanks,
Ian
I have a torque dedicated server which seems to get much, much slower to respond after it's been up for a few days. Could this be the console.log size? If not, anyone have any ideas? Does anyone know how to only keep the last megabyte of the console.log or something?
Thanks,
Ian
About the author
Designer and lead programmer on Frozen Synapse, Frozen Endzone, and Determinance. Co-owner of Mode 7 Games.
Torque 3D Owner Thomas Huehn
To disable console log in memory you can set:
$Con::logBufferEnabled=false;
( www.torquepowered.com/community/forums/viewthread/67306 )