Quote:
Originally Posted by sc00b4s7eve
I agree, Setting the pagepool to 0(Auto) is not a good idea. The second worse thing you could do is probably setting the FileSystemCache to 0(Auto).
This is what I was using on a low-memory device for some time:
Code:
[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\FLASHDRV\FATFS]
"DataCacheSize"=dword:00001000
"FatCacheSize"=dword:00000100
"EnableWriteBack"=dword:00000001
[HKEY_LOCAL_MACHINE\System\StorageManager\Filters\fsreplxfilt]
"ReplStoreCacheSize"=dword:00001000
[HKEY_LOCAL_MACHINE\System\StorageManager\FATFS]
"CacheSize"=dword:00001FA0
"EnableCache"=dword:00000001
"Paging"=dword:00000001
This way, Your actually limiting how much, and what kind of info the FileSystem wil keep cached. (Juicy & Groove were using something like this on the Titan ROMs)
|
Thanks for responding...did the changes you posted...I'm going to try it out today. It seems a little sluggish and the video on Youtube doesn't keep up with audio now. But I will see throughout the day. I haven't gotten a memory error yet though.