Community forum to discuss cxs.
If you believe that there is a problem with your cxs installation and want support then, as a paid product, you should use the helpdesk after having consulted the documentation.
mandrivian
Junior Member
Posts: 5 Joined: 18 May 2014, 08:50
Location: Jakarta
Post
by mandrivian » 18 May 2014, 09:08
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.?
delli7
Junior Member
Posts: 3 Joined: 13 Apr 2017, 10:24
Post
by delli7 » 12 Jun 2017, 13:29
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.