-
-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove Mutagen because file mount combined with Orbstack is fast! #747
Conversation
Disable Mutagen because it slows down the installation and the mount is fast enough on Mac
Disable Mutagen because it slows down the installation and the mount is fast enough on Mac
Disable Mutagen because it slows down the installation and the mount is fast enough on Mac
Disable Mutagen because it slows down the installation and the mount is fast enough on Mac
Disable Mutagen because it slows down the installation and the mount is fast enough on Mac
Disable Mutagen because it slows down the installation and the mount is fast enough on Mac
Disable Mutagen because it slows down the installation and the mount is fast enough on Mac
Disable Mutagen because it slows down the installation and the mount is fast enough on Mac
Disable Mutagen because it slows down the installation and the mount is fast enough on Mac
Disable Mutagen because it slows down the installation and the mount is fast enough on Mac
Disable Mutagen because it slows down the installation and the mount is fast enough on Mac
Update the env-init help section by removing mutagen
👍🏻 |
@lewisvoncken This is the wrong approach to take. Warden is not locked to OrbStack as the underlying container platform. It's only locked to I believe the proper way to handle this is to make Mutagen an optional service that can be turned on or off per environment, and potentially globally, using the Cc. @navarr |
I have to agree with Brett, this is definitely the wrong approach. I wouldn't mind it being optional, but removing it entirely is a non-starter. |
@bap14, In my experience, Mutagen is no longer necessary in Docker Desktop, in fact, it is counterproductive, I have been using Warden without Mutagen on my Mac m2 for several months and it works much better, I no longer have file desynchronization problems and a notable decrease in memory consumption. On the other hand, I think that the |
@joseluisi4 I'm not against deprecating Mutagen; however, we have to keep legacy projects and environments in mind. VirtioFS is still not the default in Docker Desktop and so may not be enabled in every environment. If we go down this path, which I'm not against, we should mark it as deprecated in the next release and target the next, or one after next, minor release. So for example the current release is 0.14.2. In 0.14.3 we implement the ability to disable Mutagen via the |
Closing this as work proceeds in the replacement PR. |
No description provided.