You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cztomczak
changed the title
"blob_storage/", "GPUCache/" and "webrtc_event_logs/" directories are created in current working directory
"blob_storage/" and "webrtc_event_logs/" directories are created in current working directory
Jul 31, 2018
cztomczak
changed the title
"blob_storage/" and "webrtc_event_logs/" directories are created in current working directory
"blob_storage/" and "webrtc_event_logs/" directories are created in current working directory when using in-memory cache
Aug 24, 2018
This is very nasty, I've got a lot of these repositories everywhere on my disk, and they have root owner
I don't understand how they are created as I use a few brave and chromium.
Maybe this is not the right place to post for this but if you can explain how to prevent from this I'll be very pleased.
On Windows this will mean those directories will get created in ~/AppData/Local/Temp - so it won't prevent them from getting created, but they'll stay out of your working directory at least.
This issue doesn't occur if you set
ApplicationSettings.cache_path
option.Upstream CEF issue:
https://bitbucket.org/chromiumembedded/cef/issues/2289/cefclient-creates-permanent-cache
The "GPUCache/" directory may be fixed by adding a command line switch
--disable-gpu-shader-disk-cache
, Issue #419 is to fix that.The text was updated successfully, but these errors were encountered: