No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    [V1] [Solved] Linux, ENOSPC error

    Help
    2
    2
    1135
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      mKomo last edited by

      Hi all, I’ve run into the following error a couple of times and thought I’d share a solution in-case anyone else has experienced this issue.

      Error message:

      events.js:173
            throw er; // Unhandled 'error' event
            ^
      
        Error: ENOSPC: System limit for number of file watchers reached, watch '/home/<user-name>/vue-apps/twitter/quasar.conf.js'
      

      Solution:

      From the command line run the following

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

      Alternatively a reboot will fix the issue

      For more information please see:

      • stackoverflow post
      1 Reply Last reply Reply Quote 2
      • A
        arati last edited by

        Thank You. Its Worked for me

        1 Reply Last reply Reply Quote 0
        • First post
          Last post