Quote:
Originally Posted by AdultStoriesNow
30 */4 * * * /usr/bin/test -x /scripts/update_db_cache && /scripts/update_db_cache
Comment out this one. It runs at 30 minutes past the hour, every 4 hours
Or, run it yourself and see how long it takes to run and if it causes your server to halt.
|
But the server is down every 8 hours...
I commented out both lines:
30 */4 * * * /usr/bin/test -x /scripts/update_db_cache && /scripts/update_db_cache
45 */8 * * * /usr/bin/test -x /usr/local/cpanel/bin/optimizefs && /usr/local/cpanel
And I will see what happens...