Want to highlight a helpful answer? Upvote!

Did someone help you, or did an answer or User Tip resolve your issue? Upvote by selecting the upvote arrow. Your feedback helps others! Learn more about when to upvote >

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Speed up your OS... turn Autosave & Versions off globally

If you're experiencing slow opening apps or windows since upgrading to Mountain Lion... as I have... and you don't want your OS to automatically save your TextEdit files, etc. then simply disable Autosave and Versions via Terminal.


Open Terminal and enter this command which will turn off Autosave & Versions globally:


defaults write -g ApplePersistence -bool no


Now reboot.


Voila!


I experienced a very noticeable speed increase when opening apps and even opening some previously slow opening Dock folders after doing the above.


If for some reason in the future you want to turn Autosave and Versions back on just change 'no' to 'yes'


Feel the speed!

iMac, OS X Mountain Lion, 27" iMac 32" secondary monitor

Posted on Jul 30, 2012 8:17 AM

Reply
70 replies

Jul 30, 2012 9:32 PM in response to Kurt Lang

I now see the error message others are describing.


The reason I wasn't seeing it before is when I use TextEdit I manually save obsessively.


When you don't leave a TextEdit file in a changed, but unsaved, state you'll never see the error message... at least I haven't.


However... if you leave a TextEdit file changed but UNsaved... after several minutes the error will occur.


It appears to be innocuous, simply dismiss the error message and do a save or change as usual. But if it makes someone nervous that this may cause other problems I can understand their feeling more comfortable reverting so that Autosave is once again active.


As far as I can see this only occurs with TextEdit.


I deliberately left other files changed, but unsaved, by several other apps (Pages, TextWrangler, Bean, etc.) and not one of them threw up an error message. And this was after leaving them open quite a long time. Why Apple's TextEdit does this and other apps don't.... ?


I've personally experienced enough of a speed improvement (and I don't like the OS automatically saving files I've opened) that I'm leaving the Autosave disabled. And if the error message gets on my nerves too much I'll probably just use an alternative for TextEdit... lots out there.

Jul 30, 2012 9:58 PM in response to RonL

For anyone who uses Xcode, watch out! Autosave will save your scripts when you don't want them saved, whether you are in the middle of coding or if your cat walked on the keyboard (which mine loves to do). The result is a crashed script with no warning, and if you quit Xcode you have no cmd-z upon reopening the script to fix it. This has ruined my Xcode experience. A argued with Apple about the problem but they are adamant it should be normal behavior.

Jul 31, 2012 5:34 AM in response to Gnarlodious

"... they are adamant it should be normal behavior."


Gnarlodious,


I've forgotten how many times I've seen "... behavior is as expected." <g>


Yes... very frustrating.


There really needs to be an official way to turn Autosave off.


If enough people complain... as has happened with "Save As"... I imagine we'll either be given the option... or at least a kludge to deactivate it.

Jul 31, 2012 6:17 AM in response to RonL

I now see the message after following your outline. I too had been saving without adding any unsaved changes. TextEdit will just sit there forever if you've saved. If you don't, you get this message after about 30 seconds:


User uploaded file


Which is a bunch of hooey since the file is on my desktop and I can save it anytime I want. It will certainly throw people off though when it keeps reappearing if you haven't saved.


Which for me, just goes back to the previous solution. Delete Mountain Lion's version of TextEdit from the drive and use the one from Snow Leopard.

they are adamant it should be normal behavior.

*Sigh* The same arrogant attitude they've been stuck on since Lion. Somebody there thinks they know better than you what to do with, and when to save YOUR data. Does Apple really not understand that my desktop computer is a workstation and not an iPad? I am plenty capable of deciding when my files need to be saved. Stop trying to make that decision for me!

Jul 31, 2012 6:45 AM in response to RonL

There really needs to be an official way to turn Autosave off.



AFAIK, the only way to disable Autosave is to lock the Saved Application State folder. There's no way to turn off Versions. Do not go down the road of deleting or locking the DocumentRevisions-V100 folder. The only thing you can do with Versions is to avoid using Apps that have it enabled.

Aug 1, 2012 11:53 AM in response to Kurt Lang

Kurt Lang wrote:


I now see the message after following your outline. I too had been saving without adding any unsaved changes. TextEdit will just sit there forever if you've saved. If you don't, you get this message after about 30 seconds:


User uploaded file



This is an error related to the (Mountain) Lion sandbox (and only happens in TextEdit; all other apps works fine).


Fortunately, there's a workaround. The following Terminal command will stop these error messages from showing up in the future:


defaults write -app textedit AutosavingDelay -int 0


This effectively disables the classic/real/pre-Lion/TextEdit-only autosaving mechanism, which is what the sandbox has problems with.


P.S. I just posted a tutorial about how to disable Auto Save and Versions. It can be found here: https://discussions.apple.com/thread/4166543?tstart=0

Speed up your OS... turn Autosave & Versions off globally

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.