My Cold Fusion Server has been running slow lately and jrun.exe has often been
pegging the CPU for periods of time. When I started to look around I found that
the /runtime/logs/coldfusion-out.log was 4 gigs in size. I used the patch on
the adobe site to allow me to specify the rollover size of these logs and I
have resolved that issue. Looking inside the log I found numerous entries
stating Windows error number 1450. Looking into this issue it seems that it is
ColdFusion trying to write client variables to the registry but the registry is
already at its maximum size. I do not believe that I'm using client variables
on the site though I could as I'm the fourth developer and it is a large site
that includes a third party forum and web store. I have searched all of the
files to see if there is any code for clientstorage= and only found these lines
in the sample docs files included with CF.

The exported clients key in the registry is very large, 38 megs, and I'm
wondering if this is causing performance issues. Is it safe for me to deleted
these registry keys and if so should I use the available template that Adobe
provides for deleting these keys? Are there any negative repercussions to
getting rid of all of these keys.

I have set the client variables storage default to "none" in my CF
Administrator and will watch the site to see if I have any issues. Any other
advice on this situation would be greatly appreciated.
Thanks in advance.