Thread: [718/742] Matrix Run Bat Problem?

Results 1 to 4 of 4
  1. #1 [718/742] Matrix Run Bat Problem? 
    Registered Member
    Join Date
    May 2013
    Posts
    546
    Thanks given
    4
    Thanks received
    1
    Rep Power
    11
    When i start the Run.bat i get this error in the cmd


    Code:
    Invalid maximum heap size: -Xmx4096m
    The specified size exceeds the maximum representable size.
    Error: Could not create the Java Virtual Machine.
    Error: A fatal exception has occurred. Program will exit.

    And i dont know how to fix it.
    Reply With Quote  
     

  2. #2  
    InvictusPK Developer
    fishboy9449's Avatar
    Join Date
    Jan 2014
    Posts
    413
    Thanks given
    125
    Thanks received
    37
    Rep Power
    13
    Quote Originally Posted by Chaos105 View Post
    When i start the Run.bat i get this error in the cmd


    Code:
    Invalid maximum heap size: -Xmx4096m
    The specified size exceeds the maximum representable size.
    Error: Could not create the Java Virtual Machine.
    Error: A fatal exception has occurred. Program will exit.

    And i dont know how to fix it.
    Try mine.

    Code:
    @echo off
    title server
    java -Xms2500m -Xmx2500m -cp bin;data/libs/* com.rs.Launcher false false true
    pause
    Basically telling you that there isn't enough memory for the server to run/it is an invalid amount to use.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    May 2013
    Posts
    546
    Thanks given
    4
    Thanks received
    1
    Rep Power
    11
    If i use yours i get this .

    Code:
    Error occurred during initialization of VM
    Could not reserve enough space for 2560000KB object heap
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    May 2013
    Posts
    546
    Thanks given
    4
    Thanks received
    1
    Rep Power
    11
    Used other run bat worked now .
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. 718/742 Feather - run.bat error
    By eyePhone in forum Help
    Replies: 4
    Last Post: 04-27-2014, 03:03 PM
  2. Run.Bat problem (saving mysql)
    By Plazzy in forum Help
    Replies: 0
    Last Post: 06-21-2010, 12:52 AM
  3. Anyone know what this run.bat problem is?
    By poopoohead in forum Help
    Replies: 6
    Last Post: 01-06-2010, 01:18 AM
  4. Run.Bat problems
    By ixwindxi in forum Help
    Replies: 1
    Last Post: 12-04-2008, 05:06 AM
  5. Run.Bat - Problem
    By nathan0507 in forum Help
    Replies: 3
    Last Post: 11-26-2008, 05:13 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •