Results 1 to 2 of 2
  1. #1
    Hexicidal's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    What?
    Posts
    3,619
    Reputation
    -405
    Thanks
    6,106
    My Mood
    Busy

    Increase Minecraft Memory Usage

    Disclaimer First:
    -Note: By reading this you expressedly agree to waive all rights to bring to court the author of the post below. In continuing to read and use this information you also agree that I am not legally liable for what happens to your computer as a result of following any of these instructions-

    For now this is only for Windows XP (Windows 7 and Vista need minor tweaks - see below). I'll add linux but most linux users know how to do this anyway. Also mac users suck (o.O).

    First figure out how much RAM (Random Access Memory) you have to work with.
    #1. Click the start button
    #2. Type into run: dxdiag
    #3. A window should load and it should say XXXX RAM.
    That's how much memory you have... congrats!

    Now minecraft uses a default memory of 495Mbs, but you can allocate more. Here's how you do it (assuming you have more).

    #1. First create a .txt file in the same folder as your minecraft.exe.
    #2. Then open that file.
    #3. Type these two lines of text:

    @ECHO OFF
    "C:\Program Files\Java\jre7\bin\javaw.exe" -Xmx2048m -Xms2048m -jar "C:\Minecraft.exe"

    #4. Then save that file as a .bat file (aka Batch file). The way you do this is in the menu, hit Save-As, click "All File Types" and then change the name from XXX.txt to XXX.bat. The icon should change if you did it correctly and you should be able to run it. Hit F3 to make sure the allocated memory changed while running minecraft.

    Below are some troubleshooting points and explanations:

    The path needs to be exactly right for both your java path (for javaw.exe) and for your minecraft.exe.

    If you are running 64bit or Windows 7 (which will sometimes default the java installation path)
    Your path will be under Program Files (x64)/Java/etc.
    Also the javaw.exe will most likely be java6.exe (it depends)

    An example path is given for XP:
    "C:\Program Files\Java\jre7\bin\javaw.exe"
    An example path is given for Vista/Windows 7:
    "C:\Program Files (x86)\Java\jre7\bin\javaw.exe"

    Explanation:
    Xmx is maximum memory allocated
    Xms is initial memory allocated
    You can use any number you want potentially.

    Credits: Biowar


  2. #2
    potas119's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    48
    Reputation
    8
    Thanks
    4
    I seen this in other topic

Similar Threads

  1. [Tutorial] How to Increase Minecraft Memory Usage
    By Sitting in forum Minecraft Tutorials
    Replies: 4
    Last Post: 06-28-2012, 12:05 PM
  2. [Help Request] increasing minecraft's allocated RAM
    By J3R in forum Minecraft Help
    Replies: 1
    Last Post: 08-02-2011, 01:44 AM
  3. How can i increase my internet usage?
    By leoman280 in forum Suggestions, Requests & General Help
    Replies: 1
    Last Post: 06-20-2011, 10:58 PM
  4. Increase Virtual Memory
    By Stoshy in forum Call of Duty Modern Warfare 2 Tutorials
    Replies: 11
    Last Post: 08-06-2010, 07:16 AM
  5. [Release] CPU and Memory Usage Increaser
    By secutos in forum Combat Arms Hacks & Cheats
    Replies: 15
    Last Post: 08-20-2008, 07:59 PM