[Vtigercrm-commits] [vtiger-commits] r10143 - /vtigercrm/branches/5.0.3/config.template.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Mon Feb 5 07:19:36 EST 2007


Author: saraj
Date: Mon Feb  5 05:19:33 2007
New Revision: 10143

Log:
memory limit changed to 64M

Modified:
    vtigercrm/branches/5.0.3/config.template.php

Modified: vtigercrm/branches/5.0.3/config.template.php
==============================================================================
--- vtigercrm/branches/5.0.3/config.template.php (original)
+++ vtigercrm/branches/5.0.3/config.template.php Mon Feb  5 05:19:33 2007
@@ -16,8 +16,8 @@
 include('vtigerversion.php');
 
 // more than 8MB memory needed for graphics
-// memory limit default value = 16M
-ini_set('memory_limit','16M');
+// memory limit default value = 64M
+ini_set('memory_limit','64M');
 
 // show or hide world clock, calculator and FCKEditor
 // world_clock_display default value = true





More information about the vtigercrm-commits mailing list