Intellij desmonta partição de trabalho
Este é o erro apresentado:
api.vfs.impl.local.FileWatcher - Watcher terminated.
api.vfs.impl.local.FileWatcher - File watcher failed to start
Solução:
Adicionar a linha
fs.inotify.max_user_watches = 524288
no arquivo: /etc/sysctl.conf
e executar o comando a seguir para aplicar a alteração
sudo sysctl -p
E colocar o arquivo fsnotifier Show archive.org snapshot na pasta bin do Intellij