diff -r 36bfc973b146 -r 329ab0095843 userlibandfileserver/fileserver/sfile/sf_memory_man.h --- 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