diff -r f497542af8e4 -r 538db54a451d userlibandfileserver/fileserver/sfile/sf_memory_man.h --- 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