For some major codecleanup I created a Solution including all projectfiles to make things easier. This is roughly 620 .csproj with about 12k Source-Files.
Using the cleanup on this solution will surely take ages, but that was planned. Unplanned however was the SystemOutOfMemory-Exception during the process.
Im not sure whether this is resharpers fault or visual-studio itself (noticed similiar problems with ex. CodeMaid)
I monitored taskmanager and rightbefore it was throwing the exception, memoryusage was at ~ 2.6Gb. It grew constantly during the process, so this must be some kind of "not freeing ressources thing"
Is there anything that can be configured to get rid of this problem ? Like some option that disables any kind of caching or whatever?
I know splitting up in smaller solutions would work...