Showing posts with label Speed Up your Computer. Show all posts
Showing posts with label Speed Up your Computer. Show all posts

Tuesday, 14 August 2012

Mac Speed Tweaks

These are some methods using which you can speed up your Mac :)

- Disable Spotlight Completely: 
This will stop mds and mdworker forever. Two processes that often use lots of cpu and ram.
some program require the metadata server(mds).

$ sudo mdutil -a -v -i off$ sudo chmod 000 /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework/Support/*
$ sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist
$ cd /System/Library/CoreServices/Search.bundle/Contents/MacOS
$ sudo mv Search _Search
$ cd /System/Library/CoreServices/
$ sudo mv Search.bundle/ Search2.bundle/
$ sudo killall SystemUIServer 

This will stop file indexation services and remove the spotlight icon in menubar.

- Disable Swapping:
disables memory swapping, not useful.

$ sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.dynamic_pager.plist$ sudo rm /private/var/vm/swapfile* 

- Remove Sleepimage: (huge file)
This file is a by-product of Safe Sleep and it's basically a saved state of your Mac's memory when it goes to sleep. MacBooks especially use this file to save your contents before the battery completely loses its charge.


$ sudo rm /private/var/vm/sleepimage$ pmset -g | grep hibernatemode $ sudo pmset -a hibernatemode 0 


Enjoy :)

Sunday, 22 July 2012

Refreshing Your RAM Memory

Free Up RAM Memory





This Tutorial will teach you how to refresh your RAM memory.


Usually after playing Games or Application like Maya 3D, Photoshop etc. or Running Multiple Apps, will cause our windows to work slowly or start responding to our commands slowly. This is basically because our RAM gets loaded up with Junk Info about the Apps we just closed. So to Cleanup the Junk and to refresh your RAM, Follow the Steps Given Below...


1) Open Windows NotePad 


2) Depending on How much memory you have.
    Write the Following Values.
    If you have 128MB of ram or more. 

    Write
     

        Mystring=(80000000)
 
    If you have less than 128MB of ram. Write

        Mystring=(16000000)

3) Save File in Any Location and Name it "Liberar.vbe" (Without Quotes)


4) Double Click on the Saved File.



Now your RAM will be Refreshed. :)