--- a/fbs/fontandbitmapserver/sfbs/patchableconstants.cpp Tue Feb 02 01:47:50 2010 +0200
+++ b/fbs/fontandbitmapserver/sfbs/patchableconstants.cpp Fri Apr 16 16:21:04 2010 +0300
@@ -32,8 +32,13 @@
equals the amount of physical RAM memory. As available hardware RAM sizes increase in the future,
it may become impossible to reserve a virtual address range that big, hence the need for an upper limit.
@note Default value: 64MB (0x04000000)
+@note Emulator value 2MB (0x0200000)
*/
+#ifdef __WINS__
+EXPORT_C extern const TInt KFbServSharedHeapMaxSize = 0x00200000;
+#else
EXPORT_C extern const TInt KFbServSharedHeapMaxSize = 0x04000000;
+#endif
/**
@SYMPatchable