Hi Sonor,
I can see how that might be an issue on a 128 Gb drive, preferable you should have a 400-500 Gb drive at least depending on how much software you have installed, particularly if you are working with a lot of projects/models. There is a lot of data saved locally to improve performance in C4R.
If you have a 2nd drive in the system as well for data, there is a "workaround": There is a way that you can re-direct some of the the data that Revit and C4R is using (journals and collaboration cache) to your 2nd drive by using Symbolic Links, it's a bit 'involved' but I will try to explain it a good as I can.
Make sure you change the paths and directory name below to the correct names on your system (I'm using 2017 as an example)
I also suggest that you do it on a test system before you change a production system.
1. Create a new 'root' folder on your 2nd drive where you want to store this data, for example D:\RevitUserAppdata
If you have more that one Windows login on this system, you will need to create a separate directory for each user: for example D:\RevitUserAppdata\[User Profile] and use this directory in the example below.
2. Make sure Revit is not running
3. Kill RevitAccelerator.exe with Task Manager
4. In Explorer, navigate to C:\Users\[User Profile]\AppData\Local\Autodesk\Revit
5. Move the two folders 'Autodesk Revit 2017" and "ParCache" to the new directory on the D-drive
6. Open a command prompt with Admin privileges (e.g Right click on it in the start menu and select "Run as administrator"
7. Change directory to the User profile directory above:
cd C:\Users\[User Profile]\AppData\Local\Autodesk\Revit
8. Run the following commands: (Note: don't miss the '/D', if you do, it will create a file link instead of a directory link)
mklink /D "Autodesk Revit 2017" "D:\RevitUserAppdata\Autodesk Revit 2017"
Should respond with : symbolic link created for Autodesk Revit 2017 <<===>> D:\RevitUserAppdata\Autodesk Revit 2017
mklink /D PacCache D:\RevitUserAppdata\PacCache
Should respond with : symbolic link created for PacCache <<===>> D:\RevitUserAppdata\PacCache
9. Start RevitAccelerator again
10. Start Revit. Revit should now access/save all the files from the new location on the d-drive.
If you need to restore the default behavior in Revit:
1. Make sure Revit and RevitAccelerator is not running
2. Delete the two symbolic links in C:\Users\[User Profile]\AppData\Local\Autodesk\Revit
3. Move the two folders back from the D-drive
Some notes and disclaimers:
- This is not 'official' supported and not fully tested, there might be areas/functions in Revit where this is not working....
- Autodesk (or me) is not responsible for any loss of data or crashes due to this. It shouldn't happen but just had to put it here just in case 😉
I suggest that you do it on a test system before you change a production system
- The changes are only for one WIndows user - if there is more than one user on the system, you will have to make the changes for them as well. You will also need to make separate 'root'-folders on the 2nd drive for each user, otherwise you will most likely corrupt your models.
- Depending on the performance of the 2nd drive (compared to the SSD), this might affect performance in Revit.
More on Symbolic Links:
https://technet.microsoft.com/en-us/library/cc753194(v=ws.11).aspx
Regards
Lars-Ake Johansson
Sr. SQA Engineer