What's the most performant folder sharing method (for my case) #1151
-
Hi, I was running an apache dev server locally (MacOS Ventura 13.0) and it was running slow I then switched to Lima and shared my dev folder as you would, but I noticed no real gains. I made a test without folder sharing (I simply installed PrestaShop on /var/www/html inside the instance) and the difference was huge sshfs -p 60022 [email protected]:/var/www/html ./ubuntu -o allow_other,defer_permissions It's fine, but I thought maybe there's a more performant way to share a folder without losing server performance Any hint is appreciated Thank you very much |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
You can take a look at mutagen.io, or other similar sync solution ? |
Beta Was this translation helpful? Give feedback.
-
Thank you, I'll look into it and check if it fits my needs |
Beta Was this translation helpful? Give feedback.
-
You may also want to try Coming in Lima v0.14 |
Beta Was this translation helpful? Give feedback.
-
@AkihiroSuda Thank you, I will check it out |
Beta Was this translation helpful? Give feedback.
You may also want to try
mountType: virtiofs
withvmType: vz
:Coming in Lima v0.14