For large files that get the memory usage warning, is it possible to use the console (or any other means) to determine what node(s) are causing it?
The general guide is great, but it’s helpful to identify the exact cause if possible.
For large files that get the memory usage warning, is it possible to use the console (or any other means) to determine what node(s) are causing it?
The general guide is great, but it’s helpful to identify the exact cause if possible.
Best answer by Gleb
I don’t think there is a way. There might be plugins that help you count the number of elements in selection recursively — this way you may be able to count them and find frames which contain too many nodes. The number of nodes is a big factor contributing to the memory use.
Other than that, you can usually tell which pages are large and which ones are not. So to make the file lighter, you can move large pages to different files.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.