Game Development Community

How do I lower recurce usage?

by Weston Elliott · in Torque Game Engine · 08/11/2008 (6:11 pm) · 1 replies

I have been running a FPS Starter Kit dedicated server for a while to see how much resources it uses. It has been consistently using about 12-18% CPU and a significant amount of RAM even when nobody is in the server. I am running the server in dedicated mode from a console. Is there any way to lower the resource usage?

Server specs -

Quad Core (2.4ghz)
4gb of RAM

#1
08/11/2008 (6:33 pm)
I haven't figured out how to do it yet, but I'd like to make a system where it will remove usused scripts from memory, and when you load a new "zone" all of the nessisary script files are reloaded. It might not make much of a differece in an FPS, but I think that it will make a huge difference in a large RPG.