I am debugging a performance issue on a server.
Typically servers don't have a large hard drive capacity, especially not on drive C.
Unfortunately all data from the performance profiler is logged here:
C:\Documents and Settings\Administrator\Local Settings\Application Data\Red Gate\ANTS Performance Profiler 6
This is a big problem because the drive is getting too full too fast.
Is there any way to change this path to another drive, without moving the whole user data path to another drive?
Thanks in advance.
ExitBG
0

Comments

2 comments

  • Chris.Allen
    This path is hardcoded to:

    %userprofile%

    You would need to change this at a system level, sorry.
    Chris.Allen
    0
  • Chris.Allen
    I was wrong- sorry, you can override this by using the environment variable:

    RGTEMP

    just set it to the full path where you'd like the files to go.
    Chris.Allen
    0

Add comment

Please sign in to leave a comment.