Describe the bug
Updating files seems to be super slow to sync over to the Docker container on the latest updates. Using a simple volume setup:
node:
...
volumes:
- .:/app
I'm particularly noticing it with a Node build process that is trying to do HMR. If I change the files on my machine, it takes minutes for the build process to notice the changes. Sometimes I even have to restart my node container. However, I've verified that it's not a kink in my app/process by going to Finder and through the Orbstack mount and finding the same file(s) and opening them directly in my code editor. If I do that, the HMR works instantaneously as expected. So appears to just be some slowdown in sending file changes over to the Docker container. I wanna say I experienced this way back on an earlier version a year or so back, so this may be a regression of sorts. I do know I wasn't having these problems a week ago, so it must have been an introduced in one of the most recent versions.
I am on v1.11.2, per Orbstack > About Orbstack, so not sure why the diagnostics are reporting that as v1.11.1 🤔
To Reproduce
No response
Expected behavior
No response
Diagnostic report (REQUIRED)
OrbStack info:
Version: 1.11.1
Commit: fd17b50974206c881c68a0cca0e62bf79fd7532d (v1.11.1-44-gfd17b50974)
System info:
macOS: 15.0.1 (24A348)
CPU: arm64, 12 cores
CPU model: Apple M2 Pro
Model: Mac14,12
Memory: 32 GiB
Full report: https://orbstack.dev/_admin/diag/orbstack-diagreport_2025-06-04T13-30-33.862607Z.zip
Screenshots and additional context (optional)
No response
Describe the bug
Updating files seems to be super slow to sync over to the Docker container on the latest updates. Using a simple volume setup:
I'm particularly noticing it with a Node build process that is trying to do HMR. If I change the files on my machine, it takes minutes for the build process to notice the changes. Sometimes I even have to restart my node container. However, I've verified that it's not a kink in my app/process by going to Finder and through the Orbstack mount and finding the same file(s) and opening them directly in my code editor. If I do that, the HMR works instantaneously as expected. So appears to just be some slowdown in sending file changes over to the Docker container. I wanna say I experienced this way back on an earlier version a year or so back, so this may be a regression of sorts. I do know I wasn't having these problems a week ago, so it must have been an introduced in one of the most recent versions.
I am on v1.11.2, per Orbstack > About Orbstack, so not sure why the diagnostics are reporting that as v1.11.1 🤔
To Reproduce
No response
Expected behavior
No response
Diagnostic report (REQUIRED)
OrbStack info:
Version: 1.11.1
Commit: fd17b50974206c881c68a0cca0e62bf79fd7532d (v1.11.1-44-gfd17b50974)
System info:
macOS: 15.0.1 (24A348)
CPU: arm64, 12 cores
CPU model: Apple M2 Pro
Model: Mac14,12
Memory: 32 GiB
Full report: https://orbstack.dev/_admin/diag/orbstack-diagreport_2025-06-04T13-30-33.862607Z.zip
Screenshots and additional context (optional)
No response