Sublime Text 3 slow saving to network drive

2

1

I've got a project I'm working on in SharePoint. I've mapped the SharePoint library to my computer and have been working on the files using sublime text 3. However, saving files in sublime is taking some time and cause the entire application to stall for a bit.

Batman

Posted 2014-02-07T00:51:33.060

Reputation: 197

Answers

6

Go to Preferences -> Settings-User and add this line:

"atomic_save": false

This should significantly speed up network operations. See my answer over at StackOverflow for an explanation of what atomic save is. The question I answered shows how many disk/network operations can occur when atomic save is on, as it is by default in Sublime Text 3. ST2 does not have this option, and does not use atomic saving.

MattDMo

Posted 2014-02-07T00:51:33.060

Reputation: 4 968

2This saved me about 2 hours a week. – ZeWaren – 2014-04-17T13:00:06.770

@ZeWaren - glad I could help! – MattDMo – 2014-04-17T14:21:04.283

0

Its not related to Sublime, it's related to Finder if you're on a Mac and browsing files over SMB, at least in my case. Opening many files in Finder SMB caused high traffic which slows down Sublime. Try switching to AFP instead.

Max

Posted 2014-02-07T00:51:33.060

Reputation: 121