Rhinocode Hogging Harddrive Space

Hi @eirannejad (I think?),

I was just cleaning up my hard drive and noticed that this rhinocode folder was taking up ~1GB:

It looks like the bulk of that are these cached Pickle files:

Is this intentional? If so, should we be monitoring/flushing these files regularly?

Cheers,

Anders

@AndersDeleuran These are logs that jedi (python language server and diagnostics) generates when parsing dotnet libraries and caching the completions. Seems like jedi creates a lot of these files over time since it doesn’t look like each individual file is very big. I will look into maybe periodically cleaning up the cache.

RH-90170 Jedi creates lots of cache files

1 Like