Ian Payton wrote:
I'm at a dead end with this now, because it's down to the performance on my Linux box... unless something can be done in SoftSqueeze to force garbage collection between tracks (not sure if this is even possible). Left to its own devices, Java always does the "Full GC" about ten seconds into each track.
Anyway, I thought people would be interested to know.
Nice work. I never thought GC would be a problem with Softsqueeze, but it does seem to make sense. I will do some memory profiling and see if I can reduce this problem.
A couple of things you could try to see if they make a difference:
- Don't display the now playing playlist or music search windows.
- Try a different mp3 decoder (for example if your using java layer try the Java MP3 Plugin, or visa versa).
- Increase the Java heap size using '-Xms=128M -Xmx=128M', this may reduce the number of full GC's required.
Regards, Richard
_______________________________________________ Discuss mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/discuss
