   ________  ________             _    __     __  __            __
  / ____/  |/  /__  /            | |  / /__  / /_/ /____  _  __/ /
 / / __/ /|_/ / /_ <   ______    | | / / _ \/ __/ __/ _ \| |/_/ / 
/ /_/ / /  / /___/ /  /_____/    | |/ /  __/ /_/ /_/  __/>  </ /  
\____/_/  /_//____/              |___/\___/\__/\__/\___/_/|_/_/   
===================================================================


This simple batch file launches Minecraft, but with the amount of memory specified in the batch file, not at the default 1GB amount. 
This helps eliminate the 'Out of Memory' issues and other issues using high definition texture packs. 
It uses the concepts applied by server wrappers to manage jar files while providing a relatively smooth experience for the end user.
If this does not work for you, edit the batch file to show the appropriate location and version of Java on your computer. 
To adjust the amount of RAM used, Xms is the minimum amount while Xmx is the maximum amount. (1,536MB = 1.5GB Ram, 2048MB = 2GB of Ram).


Changelog:
-------------
03/18/2012: relocated the changelog xD
03/18/2012: Categorized Windows version for 32 and 64 bit Java installations
02/10/2012: Added 1.25GB and 1.75GB amounts for .exe and .jar - Windows only
01/29/2012: Archived Mac files
01/05/2012: It's January 2012! (No actual update)
12/13/2011: December update
11/22/2011: Mac version added!
11/19/2011: Major overhaul of project
11/19/2011: Fixed random downloading issues
10/30/2011: Aerovalis hosting now used
10/20/2011: wget link added
10/18/2011: Project start