Memory Restriction

Our servers are hardened with a process memory restriction. A soft limit is set to 40 MB and a hard limit set to 64 MB. When a script uses over 64 MB of server RAM, it will show a 500 error. This restriction only applies for PHP and CGI scripts. Running a image file or static file shouldn't have any problem with this. After lots of analysis, we have found that, most of the scripts without any bugs works fine within the memory limit specified. If your script is not working, we highly suggest to optimize it and reduce the memory usage to run on our server. This restriction is purely applied to avoid sudden server load by a buggy php scripts.
  • 3 Users Found This Useful
Was this answer helpful?

Related Articles

max_user_connection Limit

In our all shared server max_user_connection for mysql has been set to 25. This is to prevent...

allow_url_fopen limitation

allow_url_fopen() in php is disabled from all of our servers to protect abusive usage of php...