DerivedDataCache folder - diskspace consumption?

Over the last four months I have noticed that my C drive seems to lose GBs of storage space for inexplicable reasons. I found this very strange because I not do not save resources to my C drive (I always work from the D drive). I usually end up removing unused applications in an attempt to reclaim space, but something keeps eating up GBs regardless.

Even though it seemed to start when I started using UE4 I didn’t think it was related,
nonetheless, I did some investigation.

On 4th November 2014 I installed UE4.5.
My C drive had 24.2GB free (see Spacemonger screenshots).

Today, however (15th Nov), my C drive now only has 13.9 GB free and 10.3 GB has been consumed somewhere.

Upon further investigation the culprit seems to be the folder:
C:\Users\admin\AppData\Local\UnrealEngine\Common\DerivedDataCache.

On 4th November 2014 that folder was 12.1GB
Today that folder is 21.6GB.
A difference of 9.5GB!

I am still using the same version of UE4.5 since installing it on the 4th November
and have not downloaded anything from the market place.

Further more,
If I do a .udd datemodified:?04/?11/?2014 … ?15/?11/?2014 search in Windows7 explorer
these *.udd file are being modified every day between 4th nov and 15 nov.

Any idea what is going on in that \DerivedDataCache?
I am concerned because at this rate of consumption I will have no disk space by this time next month.

Hi ash22,

there is the related documentation about DerivedDataCache in case you missed it: https://docs.unrealengine.com/latest/INT/Engine/Basics/DerivedDataCache/index.html

In short, it stores the assets and shaders in expanded formats, different for every platform and version, and these take up much more space than the source format (that is .uasset). It is generated automatically, and you are safe to delete it. When you open up your project these will be generated again. By default it’s shared among every project, and every time you open a project it caches the assets there, so after a time can become quite large again.

Frotunately you can set up the path where engine stores the DDC, for example in your project directory (see Shader cache section):

http://www.hourences.com/tutorials-ue4-quick-first-tips/

And here is a related question too:

https://answers.unrealengine.com/questions/8585/deriveddatacache-3-gb-on-c.html

I hope it helps!

1 Like

Perfect!

Thanks tszucs.

I am at 25.2 GB after 8 weeks and it just keeps growing and growing:

To avoid doing this every time you install new engine version you can create a symbolic link in default location and route it to some remote drive

mklink /D C:\Users\laggy\AppData\Local\UnrealEngine\Common\DerivedDataCache f:\temp\DerivedDataCache\