Page 3 of 3

Re: Unable to start cxs Watch daemon

Posted: 18 May 2014, 09:08
by mandrivian
Hello,

after i put

Code: Select all

    find /home/ -type d | grep -v "/\." | grep -v /home/cpeasyapache | grep -v /home/cprestore | grep -v /home/backup| grep -v cpmove- | wc -l
the result is 15

so, i have to change in what number.? :confused:

Re: Unable to start cxs Watch daemon

Posted: 12 Jun 2017, 13:29
by delli7
Hello,

Here the solution:

- How to increase max_user_watches from main node?
- Answer: from the main node please run:

# vzctl exec CTID echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
# vzctl restart CTID

Where CTID is the vps's id.

Regards.