[ros-diffs] [cfinck] 442: Increase the memory limit a bit, so that we don't fail for the comprehensive user32:msg debug information.

cfinck at svn.reactos.org cfinck at svn.reactos.org
Thu Jul 2 21:27:30 CEST 2009


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/testman/webservice/config.inc.php?rev=442&r1=441&r2=442&view=diff
==============================================================================
--- 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);
 ?>



More information about the Ros-diffs mailing list