Author: cfinck Date: Thu Jul 2 23:27:29 2009 New Revision: 442
URL: http://svn.reactos.org/svn/reactos?rev=442&view=rev Log: Increase the memory limit a bit, so that we don't fail for the comprehensive user32:msg debug information.
Modified: branches/danny-web/www/www.reactos.org/testman/webservice/config.inc.php
Modified: branches/danny-web/www/www.reactos.org/testman/webservice/config.inc.php URL: http://svn.reactos.org/svn/reactos/branches/danny-web/www/www.reactos.org/te... ============================================================================== --- branches/danny-web/www/www.reactos.org/testman/webservice/config.inc.php [iso-8859-1] (original) +++ branches/danny-web/www/www.reactos.org/testman/webservice/config.inc.php [iso-8859-1] Thu Jul 2 23:27:29 2009 @@ -13,5 +13,5 @@ // aggregator script // NOTE: The aggregator script allocates memory per test result, so this // has no effect on the total log size - define("MAX_MEMORY", 500000); + define("MAX_MEMORY", 700000); ?>