My project file is too big?

I just make simple render project file and I found my project have size more than 3GB. Is it normal? How can I reduce file size of the project?

If by "project file" you mean the target/ dir, it's normal for it grow very large over time. You can usually run cargo clean to remove it all, and then the next build will be slower but the dir won't have any of the built-up cruft it did before, so it's usually smaller.

2 Likes

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.