标签:
1.Performing system checks...[2015-01-14 09:39:54,348 pyinotify ERROR] add_watch: cannot watch /usr/local/lib/python2.7/dist-packages/django/test/__init__.py WD=-1, Errno=No space left on device (ENOSPC)
Q:
You may have reached your quota of watches.
To find your current limit, type this in your terminal:
cat /proc/sys/fs/inotify/max_user_watches
Which is typically 8192 by default.
To increase your limit, type this:
sudo sysctl fs.inotify.max_user_watches=16384
Then restart django.
To permanently set this limit, type this:
echo 16384 | sudo tee -a /proc/sys/fs/inotify/max_user_watches
版权声明:本文为博主原创文章,未经博主允许不得转载。
标签:
原文地址:http://blog.csdn.net/gaga_yan/article/details/47446277