Seeing a pretty substantial memory leak in the server running
under OSX 10.2.3 - over a period of a week memory usage hit
150MB + , am currently using a cron task to restart the server
every night.
It seems like the software scans the mp3 folder on every
startup.
A database would be the better solution and a quick
comparison between the db and the folder at startup would
do the same but would require a lot less memory.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: NO
It seems like the software scans the mp3 folder on every
startup.
A database would be the better solution and a quick
comparison between the db and the folder at startup would
do the same but would require a lot less memory.