userlibandfileserver/fileserver/sfile/sf_memory_man.h
changeset 45 329ab0095843
parent 43 96e5fb8b040d
child 176 af6ec97d9189
--- a/userlibandfileserver/fileserver/sfile/sf_memory_man.h	Thu Jan 07 13:38:45 2010 +0200
+++ 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