How To: Schedule restart of Titan Service
Question
Titan memory usage gradually increases over time. How can I restart the service on a scheduled basis?
Reasoning
Over time, a service may gradually consume more memory during continuous operation. Restarting the service on a scheduled basis helps refresh the process and release the used memory without rebooting the server. This can be automated using Windows Task Scheduler with a script that stops and starts the Titan service.
Answer
You can schedule an automatic restart of the Titan service by creating a PowerShell script and configuring Windows Task Scheduler to run the script at a specific time.
Steps