Fix PHP Error “Allowed Memory Size Exhausted Print

  • allowed memory exhausted fix, php memory limit error, increase php memory hosting, siteworx php error
  • 0

If you see an error like:

Allowed memory size exhausted...

This means your script is using more memory than allowed.

Step 1: Open File Manager

Log in to SiteWorx and go to Hosting Features → File Manager.

Step 2: Edit or Create .htaccess

Step 3: Add Memory Limit

php_value memory_limit 256M

Step 4: Save Changes

Important

  • Not all servers allow memory changes via .htaccess
  • If it doesn’t work, contact support

Was this answer helpful?

« Back