Hi!
Is it possible to start & stop the server through command line?
After a filescan, Subsonic eats over 500 MB RAM and I need to restart it....
Moderator: moderators
net stop <service>
net start <service>
jigsaw wrote:If you're running subsonic as a service you could just write a bat-file like this
- Code: Select all
net stop <service>
net start <service>
Don't know if that's the optimal solution if it's eating up your RAM though. Sounds like a memory leak of somekind..
subsonic-service.exe -stop
subsonic-service.exe -start
Users browsing this forum: No registered users and 14 guests