@TonyO thank you so much! I will check those links.
@TonyO one more question, which php.ini should I change? I have a php.ini within fpm, cli and apache2 folders within /etc/php/8.2 Thanks!
@TonyO Please disregard. I figured it out.
Use phpinfo() or php --ini to find the correct one. With the fpm mod enabled, I'm pretty sure it will be this one /etc/php/8.2/fpm/php.ini And when you run php on the command line (cron), it's probably /etc/php/8.2/cli/php.ini
php --ini
/etc/php/8.2/fpm/php.ini
/etc/php/8.2/cli/php.ini
TonyO yes, that is what I did! it is def fpm. Thanks!