You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every time I open a project in vcode, which was previously fully compiled,
i'm getting a very high amount of disk writes:
PID: 33049 is Bloop server...
metals log
2022.12.23 13:55:48 INFO time: Connected to build server in 0.61s
2022.12.23 13:55:48 INFO Connected to Build server: Bloop v1.5.6
2022.12.23 13:55:48 INFO time: Imported build in 0.31s
2022.12.23 13:55:57 INFO time: indexed workspace in 8.29s
No recompile happens, but still a lot of disk writes
ok it's a very big project:
du -hs .bloop/
3.7G .bloop/
but why does it have to rewrite 1G?
The text was updated successfully, but these errors were encountered:
Thanks for reporting! This is because for each client of Bloop artifacts are copied to a separate directory for that client only, so when Metals in VS Code connects to Bloop it gets a new directory. I am not sure if that is needed really, but that was the architecture choice made a while ago.
We can start a conversation here whether this separate directory is really needed and if it actually causes more issues than it solves.
Every time I open a project in vcode, which was previously fully compiled,
i'm getting a very high amount of disk writes:
PID: 33049 is Bloop server...
metals log
2022.12.23 13:55:48 INFO time: Connected to build server in 0.61s
2022.12.23 13:55:48 INFO Connected to Build server: Bloop v1.5.6
2022.12.23 13:55:48 INFO time: Imported build in 0.31s
2022.12.23 13:55:57 INFO time: indexed workspace in 8.29s
No recompile happens, but still a lot of disk writes
ok it's a very big project:
du -hs .bloop/
3.7G .bloop/
but why does it have to rewrite 1G?
The text was updated successfully, but these errors were encountered: