From: bradymiller Date: Sat, 9 Mar 2013 18:26:06 +0000 (-0800) Subject: Removed the php.ini memory limit override X-Git-Tag: whats-been-changed~380 X-Git-Url: https://repo.or.cz/w/openemr.git/commitdiff_plain/b7b569af9af7d35e373a6ed9d9c756dcba91b930 Removed the php.ini memory limit override --- diff --git a/interface/globals.php b/interface/globals.php index 078df4722..3f9d98f9a 100644 --- a/interface/globals.php +++ b/interface/globals.php @@ -7,7 +7,6 @@ if (!defined('IS_WINDOWS')) // Some important php.ini overrides. Defaults for these values are often // too small. You might choose to adjust them further. // -ini_set('memory_limit', '64M'); ini_set('session.gc_maxlifetime', '14400'); /* If the includer didn't specify, assume they want us to "fake" register_globals. */