Game Development Community

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

#1
03/21/2010 (1:00 pm)
I also noticed the server getting slower after some time, never found out why. I restart every month.

To disable console log in memory you can set:

$Con::logBufferEnabled=false;

( www.torquepowered.com/community/forums/viewthread/67306 )