Jeff,

is 
*memory_limit*<http://docs.php.net/manual/en/ini.core.php#ini.memory-limit>the
one youre looking for ?
that sounds strange; im sure the default would be appropriate.
i would recommend you create a script to show the current values
of the php.ini settings before you start changing them.

<?php
    echo phpinfo();
?>

-nathan

Reply via email to