Knowledge Base
Categories: Powered by Network Solutions
Powered By Network Solutions: How to Increase WordPress PHP Memory
Important: This article applies to WordPress customers who want to update/increase PHP memory limits. The php.ini file is a unique file for PHP. The server already has standard settings for PHP, which your website will use by default. If you need to update any settings, you don't need to create or update a new php.ini file. Instead, you can make changes by using an FTP program.
To learn more about updating php.ini and user.ini to boost PHP memory, please click this article: How Do I Increase PHP Memory for WordPress?
Manually changing your PHP limits for your Account Manager is also possible.
Here is how you do it.
- Log in to your account via https://www.networksolutions.com/my-account/login.
- Click Hosting on the left navigation menu.
Note: Alternatively, if you have multiple hosting accounts, you need to click MANAGE first to proceed with Step 3. - Then select the specific website and click the MANAGE button if you have multiple hosting accounts.
- Select Scripting config on the left section of the page, then click Manage php.ini on the right, under PHP Scripting.
- To Update the php.ini/user.ini, access this.
- Locate the following blocks of code within your php.ini file.
; Maximum size of POST data that PHP will accept. ; http://php.net/post-max-size post_max_size = 20M ; Maximum allowed size for uploaded files. ; http://php.net/upload-max-filesize upload_max_filesize = 20M ; Maximum number of files that can be uploaded via a single request max_file_uploads = 20
Modify the highlighted values as desired:
post_max_size
→ (example: 30M, 40M, or 50M)upload_max_filesize
→ (example: 30M, 40M, or 50M) — must not exceedpost_max_size
max_file_uploads
→ (example: 30, 40, or 50)
- Once done, click on the Save button.
* Your feedback is too short