Hello. I have many users in a server, so Apache's reload causes high load. For this reason, I'd like to reduce the number of times "server/server.sh" is executed. Is changing this cron interval to every ten minutes a good idea? If not, what kind of problems dose this cause? Thank you.
As long as you use a number of minutes that can be divided by 5, there should be no problem. So 10 minutes is ok. Just all config actions will get delayed and the monitor will show delayed results.