mage2tv / magento-cache-clean

A faster drop in replacement for bin/magento cache:clean with file watcher
BSD 3-Clause "New" or "Revised" License
527 stars 61 forks source link

error when running ./vendor/bin/cache-clean.js --watch #107

Closed dbashyal closed 1 year ago

dbashyal commented 1 year ago

Hi Vinai,

I just installed the module today and when I tried to run the command I get below error. [ERROR] watch /home/vagrant/magento2/trunk/vendor/amasty/base/Utils/Http/Response ENOSPC

Thank you.

Vinai commented 1 year ago

See https://github.com/mage2tv/magento-cache-clean#known-issues

dbashyal commented 11 months ago

Thank you Vinai that helped :)

echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p