If you look in Administration / Debug it will guide you towards what needs to be change in php.ini
shell_exec is enabled Enabled
upload_max_filesize >= 500M 500M
post_max_size >= 500M 500M
PHP Memory Limit >= 128M 192M
Max Execution Time >= 300 seconds 300 seconds
PHP version >= 8.2.0 8.2.28