webengine/osswebengine/MemoryManager/Src/MemoryPool.cpp
changeset 42 d39add9822e2
parent 37 cb62a4f66ebe
child 59 1f3c3f2f5b0a
child 65 5bfc169077b2
--- 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