Stéphane Wierzbicki 45 Posted March 26, 2021 Hello, I cannot work with refactoring stuff any more. Right clicking and selecting "Refactor" menu takes up to 5 minutes on my VM machine (Windows 2016 / 32Gb Ram / 8 Sockets + 8 cores). Proccess monitor display almost 8 000 000 entries during all this time. The pattern hereunder is always repeated 13:07:05,7547890 bds.exe 15488 CreateFile C:\ SUCCESS Desired Access: Synchronize, Disposition: Open, Options: Directory, Synchronous IO Non-Alert, Attributes: n/a, ShareMode: Read, Write, AllocationSize: n/a, OpenResult: Opened 13:07:05,7548220 bds.exe 15488 QuerySecurityFile C:\ SUCCESS Information: Attribute 13:07:05,7548380 bds.exe 15488 QueryNameInformationFile C:\ SUCCESS Name: \ 13:07:05,7548534 bds.exe 15488 QueryAttributeInformationVolume C:\ SUCCESS FileSystemAttributes: Case Preserved, Case Sensitive, Unicode, ACLs, Compression, Named Streams, EFS, Object IDs, Reparse Points, Sparse Files, Quotas, Transactions, 0x3c00000, MaximumComponentNameLength: 255, FileSystemName: NTFS 13:07:05,7548669 bds.exe 15488 CloseFile C:\ SUCCESS Next "right click" / "Refactor" are then working as expected ! Maybe @David Millington can help me on this ? Regards Share this post Link to post
Attila Kovacs 629 Posted March 26, 2021 Do you have circular unit references? Share this post Link to post
Stéphane Wierzbicki 45 Posted March 26, 2021 (edited) 6 minutes ago, Attila Kovacs said: Do you have circular unit references? No, not really. This is a small sized project. I'm trying right now with an empty project.... Tooks 1m30 .... Process monitor displayed almost 2 000 000 events .... Edited March 26, 2021 by Stéphane Wierzbicki Share this post Link to post
Attila Kovacs 629 Posted March 26, 2021 (edited) that many "C:\" 's are also suspicious but I have no idea why is it stickig at it something in the path? a recursive dir link? Edited March 26, 2021 by Attila Kovacs Share this post Link to post
ragingdeveloper 1 Posted March 30, 2021 A long shot, but what about your file paths/names? Are they unusually long or located on a network drive? Share this post Link to post