The memory_limit directive in PHP sets the maximum amount of memory a script can use. If your website requires more memory, you can increase the memory_limit as follows:
Steps to Increase memory_limit:
- Log in to the CloudStick Dashboard: Log into your account.
- Select your server: Click on the server name.
- Navigate to Websites: Click on the “Websites” tab.
- Select the Website: Choose the website where you need to increase the memory_limit. Click on “Settings.”
- Access Advanced Settings: Scroll to the bottom and click on “Advanced Settings.”
- Modify memory_limit: Find the memory_limit option and set it to the desired value (e.g., 256M, 512M).
- Save Your Changes: Click “Update” to apply the changes.