| ▲ | gempir 5 days ago | |||||||
I just wish bind mounts would be more performant/native. I get that this is probably impossible, and probably also sucks on Linux, haven't tried. But like having containers that need file watchers like vite dev server, or frankenphp in watch mode will overload OrbStack real quick since It seems to fallback to polling instead of listening to fs events. So I'm stuck running vite dev servers and the like on the host. | ||||||||
| ▲ | kdrag0n 5 days ago | parent | next [-] | |||||||
Can you share more details? OrbStack has always supported inotify/fanotify (Linux fs watching APIs) on bind mounts and most people use watchers with no issues. Happy to look into whatever you're running into: danny@orbstack.dev | ||||||||
| ||||||||
| ▲ | jnewton_dev 5 days ago | parent | prev [-] | |||||||
We dealt with this exact issue at my company. The root cause turned out to be something completely unrelated to what we initially suspected. | ||||||||
| ||||||||