PHP Script Using Exec Function & Launched From Crontab Hogging Server Memory
While working on a PHP script on a CentOS Linux server that runs from crontab I ran into an issue where PHP was bogging the server down because of memory use. The script has a lot of output that is not necessary to store though when using the exec function within the PHP script it…
Details