Before you start
- Make sure you have access to the ORIV team where the site and server are hosted.
- Check which site needs the higher PHP memory limit.
- Use the site-level setting first if only one site needs more memory.
- Use the server-level setting only when you want to adjust the PHP configuration for that PHP version on the server.
Increase the PHP memory limit from the site settings
Use this method first. It updates the PHP configuration for the selected site. Go to ‘Sites’ from the ORIV dashboard. Select the site where you want to increase the PHP memory limit. Next, open Site Settings from the site menu.[!NOTE] Precisa de ajuda visual para esta etapa? Entre em contato com o nosso suporte em support@oriv.cloud.Find the PHP Configurations section from the dashboard and click on the ‘Manage’ button.
[!NOTE] Precisa de ajuda visual para esta etapa? Entre em contato com o nosso suporte em support@oriv.cloud.Select PHP Configurations from the dropdown.
[!NOTE] Precisa de ajuda visual para esta etapa? Entre em contato com o nosso suporte em support@oriv.cloud.In the Manage PHP Configurations panel, find Memory Limit. Enter the new memory limit value in MB, for example 512. Click on the ‘Save Settings‘.
[!NOTE] Precisa de ajuda visual para esta etapa? Entre em contato com o nosso suporte em support@oriv.cloud.
Increase the PHP memory limit from the server settings
Use the server-level option when you need to update the PHP configuration for a PHP version installed on the server.- Go to Servers from your ORIV Dashboard.
- Select the server where the site is hosted.
- Open Management.
[!NOTE] Precisa de ajuda visual para esta etapa? Entre em contato com o nosso suporte em support@oriv.cloud.Next, choose ‘PHP Configuration’ from the navigation menu and click on the three-dot icon beside the PHP version that you are using for all the sites of this server as default .
[!NOTE] Precisa de ajuda visual para esta etapa? Entre em contato com o nosso suporte em support@oriv.cloud.Open the action menu for that PHP version. Click Manage PHP Configuration.
[!NOTE] Precisa de ajuda visual para esta etapa? Entre em contato com o nosso suporte em support@oriv.cloud.In the Update PHP Configurations popup, find Memory Limit. Enter the new memory limit value in MB. Click Save Changes.
[!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 increase the PHP maximum memory limit for websites in ORIV.
Site-level vs server-level PHP memory limit
Recommended values
A common value for WordPress sites is 256 MB or 512 MB. Larger WooCommerce, LMS, builder, or import-heavy sites may need more memory. Avoid setting a very high value unless the site needs it, because PHP memory usage still depends on the server’s available RAM.Verify the change
- Reload the site or WordPress admin page that previously showed the memory issue.
- If the issue was caused by a plugin, import, backup, or update process, retry that action.
- If WordPress still shows a lower memory value, check whether the site has a WordPress-level memory constant such as
WP_MEMORY_LIMITorWP_MAX_MEMORY_LIMIT.
Troubleshooting
The site still shows a memory limit error
Increase the site-level PHP memory limit first, then retry the failed action. If the issue continues, check whether a WordPress plugin, theme, or custom code is setting a lower WordPress memory value.The site needs more memory during imports or backups
Set the site-level memory limit to a higher value, then run the import or backup again. For very large operations, also check execution time, upload size, and post max size from the same PHP configuration panel.The memory limit is already high but the server is still slow
A higher PHP memory limit does not add RAM to the server. If the server is low on memory or CPU, review the server resource usage and consider optimizing the site or upgrading the server plan.Related docs
- How To Configure PHP Settings of Your Site
- How To Increase The PHP Maximum Memory Limit In ORIV?
- How To Solve The WordPress Memory Limit Exhausted Error?
