What Is The PHP Memory Limit?
The PHP memory limit is a setting that determines the maximum amount of memory a script can use. It helps prevent poorly written scripts from consuming all available server memory. In ORIV, the maximum memory limit is 2048 MB.How Much Should You Increase It?
When increasing the PHP memory limit, it is advisable to raise it enough to resolve the specific error without setting an excessively high value. If it goes beyond 512MB, it might indicate an underlying problem in your code or a plugin. It is important to address these issues directly rather than relying on a high memory limit. Setting an overly high limit can lead to performance problems across all sites on the server, as poorly written code could consume all available RAM. Additionally, it might obscure potential future code issues. Therefore, it is recommended to find the root cause and optimize your code rather than relying solely on an elevated memory limit.How To Solve The ‘WordPress Memory Limit Exhausted’ Error in ORIV?
To fix this, you can either increase the memory limit in your PHP configuration or optimize the script to use less memory. It is a straightforward solution to ensure your website functions smoothly. Have a look below.Check ORIV Storage
From your ORIV dashboard, go to the ‘Monitoring’ tab. You can see the ‘Ram’, ‘Hard Disk Usage’ and ‘CPU Usage’ from the ‘Server Health‘ section.[!NOTE] Precisa de ajuda visual para esta etapa? Entre em contato com o nosso suporte em support@oriv.cloud.
Increase The Memory Limit
From your ORIV dashboard, go to the ‘PHP setting’. Now check the ‘Memory Limit’ and increase it as needed.[!NOTE] Precisa de ajuda visual para esta etapa? Entre em contato com o nosso suporte em support@oriv.cloud.That is how easily you can solve the ‘WordPress Memory Limit Exhausted’ error. Still stuck? Contact our support team for any of your queries.
