Index: default-constants.php
===================================================================
--- default-constants.php	(revision 29651)
+++ default-constants.php	(working copy)
@@ -18,9 +18,9 @@
 	// set memory limits
 	if ( !defined('WP_MEMORY_LIMIT') ) {
 		if( is_multisite() ) {
+			define('WP_MEMORY_LIMIT', '80M');
+		} else {
 			define('WP_MEMORY_LIMIT', '64M');
-		} else {
-			define('WP_MEMORY_LIMIT', '40M');
 		}
 	}
 
