-
Notifications
You must be signed in to change notification settings - Fork 257
RLS folder *very* large #706
Comments
I think this could be related to an issue I've noticed with how cargo can only clean everything or nothing. As I update nightly each new toolchain build grows the Do you have multiple copies of the same dependencies in your
In general this may mean multiple versions are required to build the crate, but otherwise they're leftover from previous build toolchains. I raised rust-lang/cargo#5026 to ask about improving the situation. In the meantime the only option is to remove the |
No my deps folder is only 16mb. My |
I guess it's a similar issue, if they are a range of different access times. |
Hmm, it seems like the RLS is not doing some of the tidying up which either rustc or Cargo usually does for incremental compilation. cc @michaelwoerister any idea what we're doing wrong here? |
Maybe the RLS driver somehow skips the garbage collection step? |
Should be fixed by rust-lang/rust#48181 |
For a single project (stdweb) my
target/rls/debug/incremental
folder is 3 gigabytes. This is slightly ridiculous as the actual build folder is only 40 megabytes.The text was updated successfully, but these errors were encountered: