Replies: 1 comment
|
To reduce memory usage during Bevy development:
These settings are from Bevy's official config_fast_builds.toml and docs/cargo_features.md in bevyengine/bevy repo. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
When I open up an empty Bevy project in nvim, rust-analyzer takes up around 5.7GB of memory. When I do "cargo run", ld takes up around 3GB. Sometimes rustc usage goes up to GBs as well.
The best machine I have only has 12GB of RAM, and 3-4GB of that is already taken up. I'm wondering if there is any way I can reduce the memory usage in any of those areas.
Bevy version: 0.17.13
rustc version: 1.89.0
OS: Ubuntu
IDE: nvim (LazyVim)
All reactions