X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=bin%2Fconnect.db.inc.php;h=4ecedd815d4403aba61c0520c6f403a5f191dbb2;hb=7fa56f0623f8cf2c637f5f19c41b10a302387e7a;hp=22ed0a7a16cb912abb2ef54e32a779f805b7dca5;hpb=9e1816c7666767755abbc24f6a0df290efff81b6;p=platal.git diff --git a/bin/connect.db.inc.php b/bin/connect.db.inc.php index 22ed0a7..4ecedd8 100644 --- a/bin/connect.db.inc.php +++ b/bin/connect.db.inc.php @@ -19,6 +19,7 @@ * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * ***************************************************************************/ +ini_set('memory_limit', '64M'); ini_set('include_path', dirname(__FILE__) . '/../core/include:' . dirname(__FILE__) . '/../include:' . dirname(__FILE__) . '/../core/classes:' @@ -28,5 +29,8 @@ require_once('xorg.inc.php'); new Xorg('core'); +// Do not store backtraces +Platal::globals()->debug = 0; + // vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8: ?>