How to Increase memory_limit for a Website

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:

  1. Log in to the CloudStick Dashboard: Log into your account.
  2. Select your server: Click on the server name.
  3. Navigate to Websites: Click on the “Websites” tab.
  4. Select the Website: Choose the website where you need to increase the memory_limit. Click on “Settings.”
  5. Access Advanced Settings: Scroll to the bottom and click on “Advanced Settings.”
  6. Modify memory_limit: Find the memory_limit option and set it to the desired value (e.g., 256M, 512M).
  7. Save Your Changes: Click “Update” to apply the changes.