Server ram hungry!

Robbz

Member
Hello Devs and friends!

I have a problem where the longer my server is up the more ram it slow takes until either i restart the server or it crashes. Would anyone know how to automatically set up a server restart like twice a day? If so my problem would be solved!

Thanks for your time!

Robbz
 

Dabbleh

Legions Developer
Hello Devs and friends!

I have a problem where the longer my server is up the more ram it slow takes until either i restart the server or it crashes. Would anyone know how to automatically set up a server restart like twice a day? If so my problem would be solved!

Thanks for your time!

Robbz
Yes I do, but it does only have 512MB RAM.

In a .bat file that executes on start up have:
Code:
shutdown -r -t 43200
legions.exe -dedicated %blahblahblah%
 

Robbz

Member
Yes I do, but it does only have 512MB RAM.

In a .bat file that executes on start up have:
Code:
shutdown -r -t 43200
legions.exe -dedicated %blahblahblah%

I guess your post seems a little veg on instruction? Can you clearify on where this bat file is?
 

Dabbleh

Legions Developer
Doesn't matter as long as it starts up. You can use CCleaner to add it to your start up.
 
Top