diff -r 6297cdf66332 -r d39add9822e2 webengine/osswebengine/MemoryManager/Src/MemoryPool.cpp --- 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