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
Docker on Mac can be slow if you're using volumes that have a heavy I/O — which is the case of RStudio dot config file and renv cache, which are either written or read on a regular basis, making RStudio very slow to respond after a few minutes of usage.
Docker on Mac can be slow if you're using volumes that have a heavy I/O — which is the case of RStudio dot config file and renv cache, which are either written or read on a regular basis, making RStudio very slow to respond after a few minutes of usage.
See docker/for-mac#2707 and a lot of other articles on the internet :)
The current workaround is to mount the volume as delegated or as cached:
https://tkacz.pro/docker-volumes-cached-vs-delegated/
My view is that the delegated strategy would be the best, but that's a personal preference.
Might be worth adding an option for non Linux user :)
The text was updated successfully, but these errors were encountered: