Skip to content

Commit a942846

Browse files
rfaymattstein
andauthored
[docs] Fix docs suggestions from @mattstein (ddev#4654) [skip ci]
--------- Co-authored-by: Matt Stein <m@ttste.in>
1 parent 4026084 commit a942846

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/users/install/performance.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Mutagen can offer a big performance boost on macOS and Windows. It’s fast and
3535
### Enabling and Disabling Mutagen
3636

3737
!!!warning "Don’t Install Mutagen"
38-
You do not need to install anything to use mutagen. DDEV installs and maintains its own `mutagen` binary.
38+
You do not need to install anything to use Mutagen. DDEV installs and maintains its own `mutagen` binary.
3939

4040
We recommend enabling Mutagen globally with `ddev config global --mutagen-enabled`. You can disable it again with `ddev mutagen reset && ddev config global --mutagen-enabled=false`.
4141

@@ -137,7 +137,7 @@ Mutagen can offer a big performance boost on macOS and Windows. It’s fast and
137137

138138
### Troubleshooting Mutagen Sync Issues
139139

140-
* Does `ddev start` take forever, with perhaps many minutes of "dots"? Take care that you don't have big binaries that mutagen is trying to sync, which will cause endless "dots" as your project is starting. There is already an exclusion place for database tarballs and the like, the `.tarballs` directory; if you put dumps there they will be ignored by mutagen. To find out what mutagen is trying to sync, use `ddev mutagen status -l` in another window.
140+
* Avoid having Mutagen sync large binaries, which can cause `ddev start` to take a long time. The `.tarballs` directory is automatically excluded, so Mutagen will ignore anything you move there. To see what Mutagen is trying to sync, run `ddev mutagen status -l` in another window.
141141
* Please make sure that DDEV projects work *without* Mutagen before troubleshooting it. Run `ddev config --mutagen-enabled=false && ddev restart`.
142142
* Rename your project’s `.ddev/mutagen/mutagen.yml` file to `.ddev/mutagen/mutagen.yml.bak` and run `ddev restart`. This ensures you’ll have a fresh version in case the file has been changed and `#ddev-generated` removed.
143143
* `export DDEV_DEBUG=true` will provide more information about what’s going on with Mutagen.

0 commit comments

Comments
 (0)