Comment 3 for bug 787583

Revision history for this message
Dave (filosofic) wrote :

After time, it slows my AMD quad-core to a crawl.
So I created a script: killall -9 desktopcouch-service
named the file killdesktopcouch
saved it to my home folder
made it executable with chmod a+x
then added a line to crontab
*/1 * * * * /home/user/./killdesktopcouch
and now i automatically kill the service every minute.
At least it does not continue to spawn more, eat all my ram and take up 100% of one of the cores.
Hope this is fixed soon.