We run a site with about 100 members, about 30 active per day. Using Xenforo 2.2.16 on PHP 8.2.24
We seem to bump up against our hosts resource limits on a fairly regular basis. Trying to track this down, I determined it is being caused by the jobs.php, more specifically, when it calls for the Perform file health check.
I turned off that job and rewrote the same cron job but with a different name, calling the same function and moved it to a different time. The problem moved with the change. We don't get an error message, just:
We don't have any issues with the site or the files, it all checks fine.
Does anyone have any ideas on what might be causing this. The resource limit seems to be tied to I/O Usage. I am admittedly way in over my head but trying to learn how to correct this.
Thanks,
Paul
We seem to bump up against our hosts resource limits on a fairly regular basis. Trying to track this down, I determined it is being caused by the jobs.php, more specifically, when it calls for the Perform file health check.
I turned off that job and rewrote the same cron job but with a different name, calling the same function and moved it to a different time. The problem moved with the change. We don't get an error message, just:
You have reached the limits within the past 24 hours
- I/O usage resources limit was reached for your site
We don't have any issues with the site or the files, it all checks fine.
Does anyone have any ideas on what might be causing this. The resource limit seems to be tied to I/O Usage. I am admittedly way in over my head but trying to learn how to correct this.
Thanks,
Paul