I have several virtual machines. From time to time problem with disc space occurs. Is UiPath consuming my disc space on c:? I mean that UiPath download activities/packages/nugets etc and keep it on local disc c:? And any default logs are stored automatically on disc c:?
Thanks!
Yes, UiPath can consume disk space.
Delete the temp files,Cache,Logs,Unwanted dependencies Regularly.
Mainly it’s nuget packages Studio uses is the culprit to be blamed here. The packages gets saved with respective versions in %USERPROFILE%\.nuget\Packages
If your machines on same server, you can save disc space by centralizing the nuget package to a folder instead of storing them in individual users profiles.
Thanks,
Ashok ![]()
To delete the cache
Win+R
C:\Users\Username\AppData\Local\UiPath\.cache
To Delete the temp files
Win+R
%temp%
To delete unwanted dependencies
C:\Users\Username\.nuget\packages
Hope it helps!!
Yes, each robot (Windows account) has its own folders for everything. This means all your packages, and all the subpackages, exist on your server multiple times - once for each user. Have 10 robots that run jobs on that server? Now you have 10 copies of everything.
There is a way to configure it to use a common storage location for all robots on the server.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.