Set WordPress timeout and memory

ini_set('max_execution_time', 300); – Timeout

ini_set(‘memory_limit’, ‘512M’); – Memory

Both in wp-config.php, somewhere under ‘WP-DEBUG’

Leave a Reply

Your email address will not be published. Required fields are marked *