View Single Post
  #3 (permalink)  
Old 06-03-2008, 07:29 PM
wILLk0r3 818's Avatar
wILLk0r3 818
Almost a VIP
Offline
Location: Winnetka, CA. 91306
 
Join Date: Sep 2007
Posts: 799
Reputation: 356
wILLk0r3 818 is becoming a PPCGeeks regularwILLk0r3 818 is becoming a PPCGeeks regularwILLk0r3 818 is becoming a PPCGeeks regularwILLk0r3 818 is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via AIM to wILLk0r3 818 Send a message via Yahoo to wILLk0r3 818
Re: Speed up your mogul

These are registry edits:
Increase font cache
To increase the font cache, speeding up font rendering at the cost of a bit of memory:
HKLM\SYSTEM\GDI\GLYPHCACHE\limit = 16384 (DWORD decimal)
To change it back to the default:
HKLM\SYSTEM\GDI\GLYPHCACHE\limit = 8192 (DWORD decimal)
You can set the value to pretty much anything you like

Enable FileSystem cache
To enable the FileSystem cache, speeding up overall performance at the risk of the cache not being written on a sudden reset:
HKLM\System\StorageManager\FATFS\EnableCache = 1 (DWORD decimal)
To disable again:
HKLM\System\StorageManager\FATFS\EnableCache = 0 (DWORD decimal)

Note that by default, the cache size is zero, and you will see no effect. See "Increase FileSystem cache" to incease the cache size

Increase FileSystem cache
To increase the file system cache:
HKLM\System\StorageManager\FATFS\CacheSize = 4096 (DWORD decimal)
To return the file system cache to zero:
HKLM\System\StorageManager\FATFS\CacheSize = 0 (DWORD decimal)
You can set the value to pretty much anything you like

Increase FileSystem filter cache
To enable the file system filter cache, speeding up overall performance with file mangement:
HKLM\System\StorageManager\Filters\fsreplxfilt\Rep lStoreCacheSize = 4096 (DWORD decimal)
To return the file system filter cache to zero:
HKLM\System\StorageManager\Filters\fsreplxfilt\Rep lStoreCacheSize = 0 (DWORD decimal)
You can set the value to pretty much anything you like
Reply With Quote
This post has been thanked 2 times.