userlibandfileserver/fileserver/sfile/sf_memory_man.h
changeset 8 538db54a451d
parent 0 a41df078684a
child 43 c1f20ce4abcf
--- a/userlibandfileserver/fileserver/sfile/sf_memory_man.h	Tue Jan 19 13:48:03 2010 +0000
+++ b/userlibandfileserver/fileserver/sfile/sf_memory_man.h	Mon Jan 18 21:31:10 2010 +0200
@@ -98,8 +98,8 @@
 	static TInt32 iLowMemoryThreshold;
 	};
 
-/** Default cache memory size in KBytes (32768 KBytes)*/
-const TInt 	KDefaultGlobalCacheMemorySize = (32 << 10);
+/** Default cache memory size in KBytes (8192 KBytes)*/
+const TInt 	KDefaultGlobalCacheMemorySize = (8 << 10);
 /** 
 Low memory threshold as a percentage of total RAM (10 %)
 If the amount of RAM drops below this value, attempts to allocate memory will fail