Comment 2 for bug 614161

Revision history for this message
Duane Hinnen (duanedesign) wrote :

elalcon,
Sorry to hear you are having an issue syncing your data. The eror in your exception log is usually because max_user_watches is set to a low value. You can increase the value with the command:

sudo sysctl fs.inotify.max_user_watches=524288

you can check the value with:

cat /proc/sys/fs/inotify/max_user_watches

Try increasing the max_user_watches value and see if that helps.

thank you,
duanedesign