Google

Monday, February 14, 2011

Mac Optimization Tips to speed up Mac performance

It happens not only in Mac but also in PC and Linux; that your system, at one point of time, will start behaving in a sluggish manner. In Macs, this behavior cabn be detected by the spinning wait cursor. Usually, a simple hardware up-gradation solves the issue. More often than not, all your Mac probably needs is some maintenance.

Here are some tips to optimize your Mac and keep the system running healthily.

1. Quit Inactive Mac Applications

One of the most prominent causes of slowdown is running an app in the background without knowing.
Apps running in the background use memory even if they’re inactive, depriving the operating system. Hence, forcing it to use the available hard disk space as virtual memory; leading to an excessive amount of pagings and slowdowns. This also puts unnecessary strain on your hard disk, especially so if you’re running low on free space.

So, keep an eye on the Dock for apps that are inactive or not being used. Be frugal with your memory usage and you’ll notice a different in the system’s performance.

2. Disable The Dashboard

If you hardly use widgets, then you should disable the Dashboard in order to prevent the widgets from loading. The less memory you have to spare, the more reason you should do it.

Disabling the Dashboard requires the use to Terminal. Before you get all frightened, relax. It’s not that difficult.

Launch Terminal from Applications > Utilities > Terminal.app. Copy and paste this line of code into Terminal and hit Enter:

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

Don’t quit Terminal just yet. The Dock has to be restarted in order for this hack to work. So copy and paste this line of code to restart the Dock then hit Enter:

killall Dock

You can quit Terminal now by pressing Command+Q. With Dashboard disabled, nothing will happen when you press on the dedicated Dashboard button (F4), hit F12 or click on the Dashboard dock icon; preventing the widgets from launching and hogging precious memory.

To re-enable the Dashboard, copy and paste this code into Terminal and hit Enter:

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

Then, restart the Dock by using the code above.

3. Look Into Preferences

There is a lot you can do within System Preference to make sure that your Mac is running as smoothly as possible. For starters, you could take a look through your list of apps which automatically launch on login. You can find it under Accounts setting then hitting the ‘Login Items’ tab. I’ve listed this tip in a previous article but I can’t emphasize how important it is. Apps that launch when your Mac powers on prolong start-up time and take up memory. Keep this list lean and mean.


4. Let Mac Breathe

Hard disk space isn’t only meant for storing files. I’ve seen some people fill their hard disks to the brim. Mac OS X requires at least 20% of the hard disk drive to be free in order to perform smoothly. It uses this space to swap memory with the RAM (paging), write system files and other temporary files. By leaving OS X very little free space, you are choking the system, metaphorically speaking.

How can you free up used disk space? Run an inventory and remove applications that you hardly ever use. Take iDVD and Garageband for example, it uses up free space in the gigabytes. If you don’t frequently use these apps, remove them — you can always reinstall them from the OS X Install Disc.

Buy an external hard disk and store your large movie files over there instead of occupying the space on the primary (system) hard drive.

You can also use applications like Filelight (direct download link, Snow Leopard compatible), GrandPerspective or OmniDiskSweeper to display your hard disk usage in an easily-digestible graphical interface and find the culprit that’s hogging your valuable disk space.

5. Frequent updatation is suggested

Updating your system may feel troublesome to certain users, especially when it involves restarting. It should be made known that Apple releases updates to fix bugs and potential errors which may harm the system. Occasionally, performance updates are issued to address issues regarding improper hardware operation like this one, for instance, which was developed to fix hard drive stalls on Macs running Leopard and Snow Leopard.

To scan your Mac for available updates, run Software Update from the Apple menu in the menubar.

So there we have it, five (frequently overlooked) tips to speed up Mac. I hope that this helps solve the dreadful spinning beachball of death syndrome.

How often do you run maintenance on your Mac? Do you have any other tips to keep OS X running lean and mean? Jot them down in the comments, I’d love to hear your ideas.

No comments:

Post a Comment