View Single Post
  #21 (permalink)  
Old 07-24-2008, 09:01 AM
sc00b4s7eve's Avatar
sc00b4s7eve
VIP Member
Offline
Threadstarter
Location: NorthEast, US
 
Join Date: Apr 2008
Posts: 863
Reputation: 2080
sc00b4s7eve is a VIPsc00b4s7eve is a VIPsc00b4s7eve is a VIPsc00b4s7eve is a VIPsc00b4s7eve is a VIPsc00b4s7eve is a VIPsc00b4s7eve is a VIPsc00b4s7eve is a VIPsc00b4s7eve is a VIPsc00b4s7eve is a VIPsc00b4s7eve is a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Why does this help my Titan Memory?

I found some new information on MSDN:
http://msdn.microsoft.com/en-us/library/aa914334.aspx
It says that the "Dword:Cachesize" is obsolete for Windows Mobile 6.x and/or Windows CE 6.0.
Although it was having an affect on my memory management, I have now removed the values and now have this working well.

edit: It seems that the "EnableCache" entry just assumes that the cache is automatic when no "CacheSize" value is found. In other words, This is just not as helpful as I expected. Testing on these settings are done. Autosizing of the cache is not helpful in my experience.

[HKEY_LOCAL_MACHINE\System\StorageManager\FATFS]
"FatCacheSize"=dword:2048
"DataCacheSize"=dword:8192
"EnableFatCacheWarm"=dword:1
"EnableWriteBack"=dword:1
"Flags"=dword:65606
"EnableDataCacheWarm"=dword:1
"EnableCache"=dword:1
"FriendlyName"="FAT FileSystem"
"Dll"="fatfsd.dll"
"Paging"=dword:00000001
"Util"="fatutil.dll"
"CacheDll"="diskcache.dll"

Plus my filter cache is down to 8196 and my glyph cache is down to 32K.
At this moment I have text messaging and IE open and I still have 20MB free. Enjoy!

Last edited by sc00b4s7eve; 07-26-2008 at 12:44 PM. Reason: added update and testing results