=========
QUESTION
———
What is the PHP Memory limit set to on the web servers?
=========
ANSWER
———
Windows Servers:
While you can set the memory limit on a per site basis with a custom php.ini file, the default server php.ini file is set to 64 MB.
———
Linux Servers:
While you can set the memory limit on a per site basis with a custom php.ini file, the default server php.ini file is set to 32 MB.
=========
EXAMPLES
———
=========
APPLIES TO / KEY WORDS
———
PHP
Memory
RAM
=========
REF
———