Sublime Forum

Slow performance using remote shares

#1

I want to develop in a remote share. I used Samba to connect to my remote share.

When editing one of these files Sublime is very slow with just general cursor movements and typing. I don’t know what it is doing, it is doing some kind of real-time updating for every character I type, but it is making this approach unusable. I could go with a different solution like SFTP if I have to.

But I’m wondering if there are any system options in sublime to maybe fix this??

I’m running Sublime3

Thank you!

0 Likes

#2

do things on remote servers are slow always, use synchronization tools to get what you want. for example i made plugin github.com/wwwsevolod/SublimeLiveRsync to solve this kind of problems. (only upload to and not to download from, for second thing use version control systems). Or you can use tools like lsyncd (linux) or dklab (or smth like that, dunno right name for windows & mac).

0 Likes