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
 
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%
 
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?
 
Back
Top