Results 1 to 6 of 6

Thread: How to optimize the Vcache

  1. #1
    Join Date
    Nov 2009
    Posts
    83

    How to optimize the Vcache

    Hi,
    I need some configure details on Vcache. What is the work of this service. I had seen that the particular cache memory can be accessed to increase the system performance. Also how to access the second level cache. I did not know how to edit the registry file for accessing this option. What are the ill effects of the same on Windows. Thanks in advance.

  2. #2
    Join Date
    May 2008
    Posts
    3,316

    Re: How to optimize the Vcache

    When you access a file on your hard disk caching software makes a copy stored in the Vcache. When you want to use this file, your program will first search the vcache if a copy exists. If so, the application will use the copy in the vcache and not the existing file on disk, so access time is greatly reduced. This is what VCACHE do in your system.

  3. #3
    Join Date
    Apr 2008
    Posts
    4,642

    Re: How to optimize the Vcache

    Here is a solution which allows to reduce disk access by configuring the VCACHE. Click on start Menu then run type msconfig then OK. In the System Configuration Utility select the System.ini tab. Look in the window line [vcache], if it does not create it. Enter these parameters: Chunksize = 512, MinFileCache = * , Maxfilecache = * , * = 25% of RAM installed. For example for 64 Megs of ram do this operation: 64 x 1024 / 4 = 16384. It'll just reboot to confirm this setting.

  4. #4
    Join Date
    May 2008
    Posts
    4,570

    Re: How to optimize the Vcache

    By this you can allow Windows to use the entire cache second level L2 of your old processor (up to Pentium II). Everything depends on the amount of L2 cache (128, 256 or 512). Click on Start > Run > Regedit and then click on open the key named HKEY_LOCAL_MACHINE (Little Miss Cross left ok?) Then System \ CurrentControlSet \ Control \ SessionManager. Edit the Dword value year set to 200

  5. #5
    Join Date
    May 2008
    Posts
    4,345

    Re: How to optimize the Vcache

    Warning some bases were 2 keys SessionManager. The interest incorporates the following sub key AppPatch, CheckBadApps, CheckVerDLLs etc. Click the right mouse button on the key, go to New then Key. Name this Memory Management key and press. Now in the right window click the right button of the mouse: New, DWORD Value named as follows: SecondLevelDataCache then validate. Double click this value in the editor, type 200 in hexadecimal is 512 in decimal and then click OK. Restart your computer.

  6. #6
    Join Date
    May 2008
    Posts
    4,831

    Re: How to optimize the Vcache

    Before editing the cache level keys beware the DWORD value 200 is valid only for processors equipped with 512 K cache. CPU with 128K cache (like the celeron 1), the DWORD value is 80 or 128 in decimal. Finally the DWORD value is 100 or 256 in Decimal. Note that this trick also works for the Athlon (usually 512 K cache) and Duron (typically 256K cache). The Athlon XP would only 256KB of L2 cache, it is advisable to check quantity available before the turn, it can avoid problems! You can use AIDA32 which will show you how much your L2 cache.

Similar Threads

  1. How to optimize Ping?
    By NProtector in forum Technology & Internet
    Replies: 3
    Last Post: 24-11-2010, 04:02 AM
  2. RAM optimize
    By Talish in forum Motherboard Processor & RAM
    Replies: 5
    Last Post: 03-08-2010, 11:14 PM
  3. How to optimize the asp.net performance?
    By Mahish in forum Software Development
    Replies: 4
    Last Post: 11-02-2010, 05:09 AM
  4. optimize.exe is it a trojan ?
    By Valerian in forum Networking & Security
    Replies: 3
    Last Post: 09-05-2009, 07:20 PM
  5. How to optimize XP
    By Shantanu12 in forum Tips & Tweaks
    Replies: 3
    Last Post: 22-04-2009, 10:46 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,405,482.36162 seconds with 16 queries