[Vtigercrm-developers] [PATCH 4.2.3] Set memory limit higher than 8mb
Mike Fedyk
mfedyk at mikefedyk.com
Sat Feb 4 22:01:22 PST 2006
The default seems to be 8mb, and the dashboard and pipeline graphs don't
work with that limit.
diff -dr -U2 -x config.php -x connection.php vtiger_crm-4.2.3/index.php
vtiger-4.2.3-testing/index.php
--- vtiger_crm-4.2.3/index.php 2005-12-23 03:17:24.000000000 -0800
+++ vtiger-4.2.3-testing/index.php 2006-01-29 10:50:58.000000000 -0800
@@ -29,4 +29,7 @@
}
+#More than 8MB memory needed for graphs
+ini_set('memory_limit','16M');
+
function fetchPermissionDataForTabList()
{
More information about the vtigercrm-developers
mailing list