Is there any way to put the AssetRegistry cache on RAM DISK? (UE5.6)

I have this warning in the log.

LogAssetRegistry: Warning: PlatformFileJournal is not available on volume ‘D:’. AssetRegistry discovery of files on this volume will be uncached. Unavailability reason:
NTFS Journal is not active for volume ‘D:’. Launch cmd.exe as admin and run command fsutil usn createJournal D: m=<SizeInBytes>. Recommended is 0x40000000 (1GB).

I had never seen it before.

But it seems to be something important

The thing is I have a RAM disk where I send the cache of all my programs.

I searched for “AssetRegistry” in the editor settings but didn’t find anything to configure the cache.

Is there a manual way to do this?
Writing something in “DefaultEditor.ini” for example?

Thank you so much!!