userlibandfileserver/fileserver/sfile/sf_file_cache_defs.h
branchRCL_3
changeset 80 597aaf25e343
parent 0 a41df078684a
--- a/userlibandfileserver/fileserver/sfile/sf_file_cache_defs.h	Sat Feb 20 00:10:51 2010 +0200
+++ b/userlibandfileserver/fileserver/sfile/sf_file_cache_defs.h	Fri Mar 12 15:50:11 2010 +0200
@@ -26,7 +26,12 @@
 
 // Global file-cache settings 
 const TBool KDefaultGlobalCacheEnabled			= ETrue; 
+#ifdef __WINS__
+// Reduce impact on S60 emulator memory budget
+const TInt KDefaultGlobalCacheSize				= ( 8*1024);	//  8192 K =  8 MBytes - the maximum for all files
+#else
 const TInt KDefaultGlobalCacheSize				= (32*1024);	// 32768 K = 32 MBytes - the maximum for all files
+#endif
 // The maximum amount of locked data allowed for all files
 const TInt KDefaultGlobalCacheMaxLockedSize	= (1*1024);		// 1 Mb maximum locked data
 // Low memory threshold as a percentage of total RAM.