Increasing the PHP memory limit as an Apache module is a challenge for me. The following directive works fine when added to Apache configuration:
php_value memory_limit 1.99G
Over 2GB, however, does not function; this number should be reset to 128MB. What exactly is the issue here? To do various PDF-related chores, I need extra memory.
Debian 2.6.32-5-amd64 #1 SMP, PHP 5.3.3-7+squeeze13, and 12GB of physical RAM are installed on the server.
Can someone please help me with this, please?