Troubleshooting
#1 Sockso gives an "out of memory" error
This is caused by the database running out of memory when doing a query, and
can happen if you have a very big collection. To resolve this you will need to:
- Make sure Sockso isn't running, then go to "$HOME/.sockso" and back up the files in there.
- Open "database.script" in a text editor and change all occurances of
"CREATE MEMORY TABLE" to "CREATE CACHED TABLE".
- Start Sockso again.
You could see a performance impact (the reason it isn't like this by default).
#2 Still getting "out of memory" error...
If you have a very big collection and using cached tables (#1) doesn't
help then you have the option of using MySQL as a backend,
which should give you all the performance you need.
If you love using Sockso and would like to give a little back,
try a donation to help out and support open source development.
Latest News & Releases 
10th April
Sockso 1.2.4
-
Patches from Will to improve HTTP/HTTPS streaming performance, and HTML compliance, improved
music tree in GUI to cope with any size collections, hidden files now ignored on indexing,
and some other bugs.
8th February
Sockso 1.2.3
-
Fixed broken 1.2.2 release.
7th February 2010
Sockso 1.2.2 (BROKEN)
-
Users can now change their passwords via the web interface, added
property to disable checking for the latest version, new manual
scheduler, and bug fixes for quotes in track names and amazon cover
fetching.
30th December
Sockso 1.2.1
-
New cron scheduling support for collection
scanning, streaming improvement (by mrave), and added palm pre support.
26th September
Sockso 1.2
-
New faster track indexing, AAC support (by mrave), CPU usage improvements, updated Dutch translation,
lots of other fixes.