Dashboard – Love It or Leave It

By Matt@Smalldog.com (written by Matt, posted by Ed)

Dashboard is a love-or-hate feature of MacOS X 10.4 Tiger. I still haven’t decided whether I love it or hate it, but its voracious appetite for memory is certainly hate worthy. I have little use for stickies (I still use the analog version: real-life post-it notes stuck to my iMac), though I like having the weather widget and ski report widgets available. Better yet is the translation widget, which helps me occasionally when I read news in Spanish in hopes of regaining fluency.

The cost of running five ski report widgets, a note pad, a translator, and a weather widget is over 100MB of physical RAM, and several gigabytes of virtual memory (read: hard drive space). When I’m done using Dashboard, I always run an AppleScript that restarts the Dock, which owns Dashboard. By restarting the Dock, Dashboard is also restarted, which frees up all physical and virtual memory associated with it. That memory will be reclaimed by Dashboard once it’s invoked again with F12, or the hot key you specified.

Of course, Dashboard can be disabled entirely in Terminal.

defaults write com.apple.dashboard mcx-disabled -boolean YES killall
Dock

and re-enabled by typing

defaults write com.apple.dashboard mcx-disabled -boolean NO killall
Dock

You can download the AppleScript, which I named killthedash, from my .Mac public folder. To do this, pull down the Go menu in Finder, select iDisk, then Other User’s Public Folder, and type my .Mac username: mmklein.

Similar Posts

  • Security on the Mac

    by Matt@Smalldog.com (posted By Ed, written by Matt@Smalldog.com) A very vigilant customer bought a new Mac Mini over the weekend at our Burlington…

  • 10.5.2 Upgrade Tip

    Many of us at SDE have installed the 10.5.2 update, with no problems reported. Indeed, people are reporting that their machines seem snappier….

  • Get More From the Apple Remote

    MacTreat #26 All Intel Macs (with the exception of the Mac Pro) ship with a small Apple Remote, which is intended to control…

  • Lowly Old TextEdit

    If you’ve recently purchased a new Mac, you might be surprised that Appleworks is no longer included in the bundled software. The only…