点击More details.会打开一个链接。
(不专业的英文翻译)根据链接中的说法,是由于ide的自动缓存问题所需的设置不足导致的,需要更改设置,建议512K:
第一步:You can do it by adding following line to the /etc/sysctl.conf file:
fs.inotify.max_user_watches = 524288
第二步:Then run this command to apply the change:
sudo sysctl -p
第三步:And don’t forget to restart your IDE.
之前一直没管这个问题,次次都出来,结果这么简单就搞定了。