From: <var...@us...> - 2012-04-13 16:17:45
|
Revision: 8267 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8267&view=rev Author: vargenau Date: 2012-04-13 16:17:36 +0000 (Fri, 13 Apr 2012) Log Message: ----------- Increase memory limit (page with huge history) Modified Paths: -------------- trunk/g Modified: trunk/g =================================================================== --- trunk/g 2012-04-13 16:15:30 UTC (rev 8266) +++ trunk/g 2012-04-13 16:17:36 UTC (rev 8267) @@ -42,7 +42,7 @@ * ALONE BASIS." */ -ini_set("memory_limit", "64M"); +ini_set("memory_limit", "256M"); // Disable compression, seems needed to get all the messages. $no_gz_buffer=true; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |