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
If too many assemblies are opened, a System.OutOfMemoryException error will be reported when searching, but in fact I still have a lot of free memory that is not used.
The text was updated successfully, but these errors were encountered:
As mentioned, please use the 64-bit version of dnSpy. This allows dnSpy to use all of your available memory. Due to 32-bit addressing limitations, 32-bit dnSpy can only utilize 4GB of RAM.
If this issue still occurs when using the 64-bit version, please provide more exact steps to reproduce the problem. If you are analyzing a specific file(s), upload it here or send it to me at [email protected].
Description
If too many assemblies are opened, a System.OutOfMemoryException error will be reported when searching, but in fact I still have a lot of free memory that is not used.
The text was updated successfully, but these errors were encountered: