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
Which version of Mutagen are you using (mutagen version)?
0.12.0-beta2
Which operating system (platform/version/architecture) are you using?
macOS Catalina 10.15.7
What is the issue that you're experiencing?
After waking up from prolonged sleep the project is slow. I have to restart Docker for Mac (3.1.0) and run mutagen compose -f docker-compose.yml -f docker-compose-mutagen.yml up -d again to get it up to speed.
What are the steps to reproduce the issue?
Sleeping for a while (deep sleep?)
What is the expected result of these steps in the absence of the issue?
Retain speed gained from Mutagen
What is the actual result?
Running project as if Mutagen wasn't being used
Is there any other information that might be helpful?
--
The text was updated successfully, but these errors were encountered:
No longer running into this issue. I don't know what changed, I didn't update Docker for Mac nor my OS.
I noticed in my case this is actually dependent on how long I put the Mac to sleep for, if you're away for a few minutes then it seems fine. However, if you are away for 20m to 30m+ it seems to slow way down.
Apparently this a time drift issue which is a Docker issue docker/for-mac#3455
Edit (3/12/22): This has been solved! See linked thread above. Not a Mutagen issue, just Docker.
Which version of Mutagen are you using (
mutagen version
)?0.12.0-beta2
Which operating system (platform/version/architecture) are you using?
macOS Catalina 10.15.7
What is the issue that you're experiencing?
After waking up from prolonged sleep the project is slow. I have to restart Docker for Mac (3.1.0) and run
mutagen compose -f docker-compose.yml -f docker-compose-mutagen.yml up -d
again to get it up to speed.What are the steps to reproduce the issue?
Sleeping for a while (deep sleep?)
What is the expected result of these steps in the absence of the issue?
Retain speed gained from Mutagen
What is the actual result?
Running project as if Mutagen wasn't being used
Is there any other information that might be helpful?
--
The text was updated successfully, but these errors were encountered: