From 1cb4140c2898bb3503ff8a07c6f9363e73b9e8fb Mon Sep 17 00:00:00 2001 From: polytan02 Date: Mon, 10 Aug 2015 16:02:45 +0100 Subject: [PATCH] no memory prolier as php-pecl-memprof extension was not found --- conf/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.php b/conf/config.php index 6ffc20c..9862172 100644 --- a/conf/config.php +++ b/conf/config.php @@ -171,7 +171,7 @@ define('LOG_SYSLOG_PROGRAM', '[z-push]'); - define('LOG_MEMORY_PROFILER', true); + define('LOG_MEMORY_PROFILER', false); define('LOG_MEMORY_PROFILER_FILE', 'LOGTOCHANGE/memory_profile'); /**********************************************************************************