Shrink Registry (CFVariables)

Ask a Question related to Coldfusion Server Administration, Design and Development.

  1. #1

    Default Shrink Registry (CFVariables)

    Hi

    We've been having a few problems with our servers recently and looking into
    it I discovered that the software registry hive on both servers was around 2GB,
    now I know that windows 2003 doesnt impose a limit on Hives but from my
    standpoint this isnt good for the health of the server (explains why somtimes
    it takes ages to boot and we get BSODs on hives). After a bit of rooting around
    I discovered that Coldfusion 6.11 is storing the client variables in the
    registry. I'm looking to swap this over to a SQL database in the new few days.

    My real question is, does Macromedia/Adobe provide a util that will clean out
    all the items its been storing in the registry so I can get my server back to
    normal?

    Kosch Guest

  2. Similar Questions and Discussions

    1. Help on Shrink IBDATA1 file
      How can I shrink the file IBDATA1 on MYSQL directory? I use windows 2003. Thanks a lot. Roberto
    2. How to Shrink PDF Files?
      If you are not already doing so, try creating your PDF by making a postscript file and distilling it. The resulting PDF should be incredibly smaller.
    3. Shrink to fit
      Hi I'm very new, trying to do a very simple site for a coming attraction. Here's my plan: 1. Have two layers of content. On the bottom layer, a...
    4. Shrink pic and stop
      Hi everyone, I'm a newbie and getting frustrated trying to do this. Any help greatly appreciated. My objective: 1. Two layers of content 2. ...
    5. Truncate or Shrink Log files URGENT!!!
      Try this link http://support.microsoft.com/default.aspx?scid=kb;en-us;272318 Hope this helps Rajan Murthy
  3. #2

    Default Re: Shrink Registry (CFVariables)

    I am quite positive there are CF scripts out there to do this task
    systematically. We had this issue a while back on CF5 servers storing the
    client vars in the registry.
    All that really needs to be done is purging the key located here(CF5):
    HKLM\SOFTWARE\Allaire\ColdFusion\CurrentVersion\Cl ients





    nyck6623 Guest

  4. #3

    Default Re: Shrink Registry (CFVariables)

    I downloaded the following purge tool from adbove at
    [url]http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_17881[/url]

    This cleared out over 48,000 entries stored in the registry.
    Although the registry for the software hive was still 2GB, I then used a
    Registry Compacting tool (probably the best one I've seen) from
    [url]http://www.experimentalscene.com/download.php?list.2[/url] this then shrunk the
    software hive down to 14MB!

    I've now converted to using SQL storage and just need to wait now to see if we
    keep getting Hive BSOD's . This was on Windows 2003 Standard Edition SP1

    Doug

    Kosch Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139