[dev] [commit] r963 - wwwbase/flex

automailer at dexonline.ro automailer at dexonline.ro
Wed Aug 28 17:34:40 EEST 2013


Author: cata
Date: Wed Aug 28 17:34:40 2013
New Revision: 963

Log:
Increase memory limit for the cloneModel.php page. It needs a ton of memory
to display all the lexems of that model.

Modified:
   wwwbase/flex/cloneModel.php

Modified: wwwbase/flex/cloneModel.php
==============================================================================
--- wwwbase/flex/cloneModel.php	Wed Aug 28 17:20:49 2013	(r962)
+++ wwwbase/flex/cloneModel.php	Wed Aug 28 17:34:40 2013	(r963)
@@ -1,6 +1,7 @@
 <?php
 require_once("../../phplib/util.php"); 
 ini_set('max_execution_time', '3600');
+ini_set('memory_limit','256M');
 util_assertModerator(PRIV_LOC);
 util_assertNotMirror();
 DebugInfo::disable();


More information about the Dev mailing list