VFS takes too much memory #16301
Labels
A-perf
performance issues
A-vfs
Broken Window
Bugs / technical debt to be addressed immediately
C-bug
Category: bug
Now arguably this is also a fault of the bevy crate depending on
4
versions of thewindows
crate, but a bare bevy project consumes 800mb of memory just for us to hold the entire source in memory in the VFS (without any windows source files its ~90mb
. This is beyond excessive, especially when you realize that this is doubled once we put the source into salsa in a normalized form! We definitely need to rethink our strategy here.The text was updated successfully, but these errors were encountered: