webengine/osswebengine/MemoryManager/Src/MemoryPool.cpp
changeset 28 d39add9822e2
parent 26 cb62a4f66ebe
child 35 1f3c3f2f5b0a
--- a/webengine/osswebengine/MemoryManager/Src/MemoryPool.cpp	Mon Jan 18 21:20:18 2010 +0200
+++ b/webengine/osswebengine/MemoryManager/Src/MemoryPool.cpp	Tue Feb 02 00:56:45 2010 +0200
@@ -633,7 +633,7 @@
 	}
 
 #ifdef __WINSCW__
-const TInt KMaxHeapSize = 0x2000000; // 32MB, on emulator
+const TInt KMaxHeapSize = 0x1000000; // 32MB, on emulator
 #else
 const TInt KMaxHeapSize = 0x4000000; // 64MB, on hardware
 #endif