Can't access server when with more than 2 GB of RAM availableIs this the correct Java command for Minecraft?Terminal script for Minecraft server autosaveScala library error when launching Forge for Minecraft 1.6.4Change game directory of Minecraft instance with ForgeCan't connect to minecraft server on Hamachi anymoreMinecraft (Forge) keeps taking more and more memory, then crashesFTB Unstable Crash on StartupMinecraft Forge 1.7.10 keeps crashing as soon as I launch the game with EXCEPTION_ACCESS_VIOLATION (0xc0000005)?Launching empty 1.7.2 mod with forge closes and returns to launcher immediatelyWhy can't I use more than 1 gb of ram?

Hail hit my roof. Do I need to replace it?

Conditions for Roots of a quadratic equation at infinity

Write a function

Strong Password Detection in Python

Is it okay to use open source code to do an interview task?

This LM317 diagram doesn't make any sense to me

Was it ever illegal to name a pig "Napoleon" in France?

How do I explain that I don't want to maintain old projects?

Any unique interactions, with an Altmer Dragonborn?

Non-Chromatic Orchestral Instruments?

What are the effects of abstaining from eating a certain flavor?

Four ships at the ocean with the same distance

QR codes, do people use them?

Is it better in terms of durability to remove card+battery or to connect to charger/computer via USB-C?

Need a non-volatile memory IC with near unlimited read/write operations capability

No Torah = Revert to Nothingness?

Can you cast the Shape Water spell without an existing obvious pool of water?

Appropriate conduit for several data cables underground over 300' run

First Entry Member State schengen visa

Deck of Cards with Shuffle and Sort functionality

When do flights get cancelled due to fog?

What would +1/+2/+3 items be called in game?

Performance issue in code for reading line and testing for palindrome

Did the Ottoman empire suppress the printing press?



Can't access server when with more than 2 GB of RAM available


Is this the correct Java command for Minecraft?Terminal script for Minecraft server autosaveScala library error when launching Forge for Minecraft 1.6.4Change game directory of Minecraft instance with ForgeCan't connect to minecraft server on Hamachi anymoreMinecraft (Forge) keeps taking more and more memory, then crashesFTB Unstable Crash on StartupMinecraft Forge 1.7.10 keeps crashing as soon as I launch the game with EXCEPTION_ACCESS_VIOLATION (0xc0000005)?Launching empty 1.7.2 mod with forge closes and returns to launcher immediatelyWhy can't I use more than 1 gb of ram?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








2















I made a server using forge, and me and my friends can play in the server without problems (i'm using Evolve, not Hamachi), but when I use a batch file to start the server and change -Xmx1024M to -Xmx2048M, the server runs without problems and I can access it, but my friends can't. I tried setting manually the ip for the server but it didnt work.



I'm using this batch script:



"C:Program FilesJavajre7binjava.exe" -Xmx2048M -Xms512M -jar server.jar nogui
PAUSE



Thanks in advance!










share|improve this question



















  • 1





    Does it come up with any other messages?

    – aytimothy
    Aug 19 '15 at 1:22






  • 1





    If you run the command in a command prompt, does it give you other messages?

    – Nelson
    Aug 19 '15 at 2:27











  • Nothing different

    – ItsaMeTuni
    Aug 19 '15 at 17:53











  • Pretty sure windows caps process memory at 2GB. At least the last time I knew of it did.

    – Shelby115
    Aug 21 '15 at 18:34











  • @Shelby115 I've ran a server at 4+GB, it reports using more than 2GB during heavy load. Perhaps you're thinking about a x86-32 system. In x86-64 the memory cap is much higher (not sure how high it is). The example given shows him using 64 bit java (unless he's using WinXP or earlier) so that shoudn't be the issue.

    – ydobonebi
    Aug 21 '15 at 18:51

















2















I made a server using forge, and me and my friends can play in the server without problems (i'm using Evolve, not Hamachi), but when I use a batch file to start the server and change -Xmx1024M to -Xmx2048M, the server runs without problems and I can access it, but my friends can't. I tried setting manually the ip for the server but it didnt work.



I'm using this batch script:



"C:Program FilesJavajre7binjava.exe" -Xmx2048M -Xms512M -jar server.jar nogui
PAUSE



Thanks in advance!










share|improve this question



















  • 1





    Does it come up with any other messages?

    – aytimothy
    Aug 19 '15 at 1:22






  • 1





    If you run the command in a command prompt, does it give you other messages?

    – Nelson
    Aug 19 '15 at 2:27











  • Nothing different

    – ItsaMeTuni
    Aug 19 '15 at 17:53











  • Pretty sure windows caps process memory at 2GB. At least the last time I knew of it did.

    – Shelby115
    Aug 21 '15 at 18:34











  • @Shelby115 I've ran a server at 4+GB, it reports using more than 2GB during heavy load. Perhaps you're thinking about a x86-32 system. In x86-64 the memory cap is much higher (not sure how high it is). The example given shows him using 64 bit java (unless he's using WinXP or earlier) so that shoudn't be the issue.

    – ydobonebi
    Aug 21 '15 at 18:51













2












2








2


1






I made a server using forge, and me and my friends can play in the server without problems (i'm using Evolve, not Hamachi), but when I use a batch file to start the server and change -Xmx1024M to -Xmx2048M, the server runs without problems and I can access it, but my friends can't. I tried setting manually the ip for the server but it didnt work.



I'm using this batch script:



"C:Program FilesJavajre7binjava.exe" -Xmx2048M -Xms512M -jar server.jar nogui
PAUSE



Thanks in advance!










share|improve this question
















I made a server using forge, and me and my friends can play in the server without problems (i'm using Evolve, not Hamachi), but when I use a batch file to start the server and change -Xmx1024M to -Xmx2048M, the server runs without problems and I can access it, but my friends can't. I tried setting manually the ip for the server but it didnt work.



I'm using this batch script:



"C:Program FilesJavajre7binjava.exe" -Xmx2048M -Xms512M -jar server.jar nogui
PAUSE



Thanks in advance!







minecraft minecraft-server minecraft-forge






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 53 mins ago









pppery

5415 silver badges13 bronze badges




5415 silver badges13 bronze badges










asked Aug 18 '15 at 19:24









ItsaMeTuniItsaMeTuni

641 gold badge3 silver badges9 bronze badges




641 gold badge3 silver badges9 bronze badges







  • 1





    Does it come up with any other messages?

    – aytimothy
    Aug 19 '15 at 1:22






  • 1





    If you run the command in a command prompt, does it give you other messages?

    – Nelson
    Aug 19 '15 at 2:27











  • Nothing different

    – ItsaMeTuni
    Aug 19 '15 at 17:53











  • Pretty sure windows caps process memory at 2GB. At least the last time I knew of it did.

    – Shelby115
    Aug 21 '15 at 18:34











  • @Shelby115 I've ran a server at 4+GB, it reports using more than 2GB during heavy load. Perhaps you're thinking about a x86-32 system. In x86-64 the memory cap is much higher (not sure how high it is). The example given shows him using 64 bit java (unless he's using WinXP or earlier) so that shoudn't be the issue.

    – ydobonebi
    Aug 21 '15 at 18:51












  • 1





    Does it come up with any other messages?

    – aytimothy
    Aug 19 '15 at 1:22






  • 1





    If you run the command in a command prompt, does it give you other messages?

    – Nelson
    Aug 19 '15 at 2:27











  • Nothing different

    – ItsaMeTuni
    Aug 19 '15 at 17:53











  • Pretty sure windows caps process memory at 2GB. At least the last time I knew of it did.

    – Shelby115
    Aug 21 '15 at 18:34











  • @Shelby115 I've ran a server at 4+GB, it reports using more than 2GB during heavy load. Perhaps you're thinking about a x86-32 system. In x86-64 the memory cap is much higher (not sure how high it is). The example given shows him using 64 bit java (unless he's using WinXP or earlier) so that shoudn't be the issue.

    – ydobonebi
    Aug 21 '15 at 18:51







1




1





Does it come up with any other messages?

– aytimothy
Aug 19 '15 at 1:22





Does it come up with any other messages?

– aytimothy
Aug 19 '15 at 1:22




1




1





If you run the command in a command prompt, does it give you other messages?

– Nelson
Aug 19 '15 at 2:27





If you run the command in a command prompt, does it give you other messages?

– Nelson
Aug 19 '15 at 2:27













Nothing different

– ItsaMeTuni
Aug 19 '15 at 17:53





Nothing different

– ItsaMeTuni
Aug 19 '15 at 17:53













Pretty sure windows caps process memory at 2GB. At least the last time I knew of it did.

– Shelby115
Aug 21 '15 at 18:34





Pretty sure windows caps process memory at 2GB. At least the last time I knew of it did.

– Shelby115
Aug 21 '15 at 18:34













@Shelby115 I've ran a server at 4+GB, it reports using more than 2GB during heavy load. Perhaps you're thinking about a x86-32 system. In x86-64 the memory cap is much higher (not sure how high it is). The example given shows him using 64 bit java (unless he's using WinXP or earlier) so that shoudn't be the issue.

– ydobonebi
Aug 21 '15 at 18:51





@Shelby115 I've ran a server at 4+GB, it reports using more than 2GB during heavy load. Perhaps you're thinking about a x86-32 system. In x86-64 the memory cap is much higher (not sure how high it is). The example given shows him using 64 bit java (unless he's using WinXP or earlier) so that shoudn't be the issue.

– ydobonebi
Aug 21 '15 at 18:51










1 Answer
1






active

oldest

votes


















1














"C:Program FilesJavajre7binjava.exe" -Xmx2048M -Xms512M -jar server.jar nogui PAUSE"


I believe both the Xmx and the Xms must be the same.



"C:Program FilesJavajre7binjava.exe" -Xmx2048M -Xms2048M -jar server.jar nogui PAUSE"





share|improve this answer



























    Your Answer








    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "41"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    noCode: true, onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgaming.stackexchange.com%2fquestions%2f232365%2fcant-access-server-when-with-more-than-2-gb-of-ram-available%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    1














    "C:Program FilesJavajre7binjava.exe" -Xmx2048M -Xms512M -jar server.jar nogui PAUSE"


    I believe both the Xmx and the Xms must be the same.



    "C:Program FilesJavajre7binjava.exe" -Xmx2048M -Xms2048M -jar server.jar nogui PAUSE"





    share|improve this answer





























      1














      "C:Program FilesJavajre7binjava.exe" -Xmx2048M -Xms512M -jar server.jar nogui PAUSE"


      I believe both the Xmx and the Xms must be the same.



      "C:Program FilesJavajre7binjava.exe" -Xmx2048M -Xms2048M -jar server.jar nogui PAUSE"





      share|improve this answer



























        1












        1








        1







        "C:Program FilesJavajre7binjava.exe" -Xmx2048M -Xms512M -jar server.jar nogui PAUSE"


        I believe both the Xmx and the Xms must be the same.



        "C:Program FilesJavajre7binjava.exe" -Xmx2048M -Xms2048M -jar server.jar nogui PAUSE"





        share|improve this answer















        "C:Program FilesJavajre7binjava.exe" -Xmx2048M -Xms512M -jar server.jar nogui PAUSE"


        I believe both the Xmx and the Xms must be the same.



        "C:Program FilesJavajre7binjava.exe" -Xmx2048M -Xms2048M -jar server.jar nogui PAUSE"






        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited May 27 '16 at 8:51









        David 'mArm' Ansermot

        1771 gold badge4 silver badges13 bronze badges




        1771 gold badge4 silver badges13 bronze badges










        answered Dec 9 '15 at 19:03









        ZedPlaysZedPlays

        112 bronze badges




        112 bronze badges



























            draft saved

            draft discarded
















































            Thanks for contributing an answer to Arqade!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgaming.stackexchange.com%2fquestions%2f232365%2fcant-access-server-when-with-more-than-2-gb-of-ram-available%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Sahara Skak | Bilen | Luke uk diar | NawigatsjuunCommonskategorii: SaharaWikivoyage raisfeerer: Sahara26° N, 13° O

            The fall designs the understood secretary. Looking glass Science Shock Discovery Hot Everybody Loves Raymond Smile 곳 서비스 성실하다 Defas Kaloolon Definition: To combine or impregnate with sulphur or any of its compounds as to sulphurize caoutchouc in vulcanizing Flame colored Reason Useful Thin Help 갖다 유명하다 낙엽 장례식 Country Iron Definition: A fencer a gladiator one who exhibits his skill in the use of the sword Definition: The American black throated bunting Spiza Americana Nostalgic Needy Method to my madness 시키다 평가되다 전부 소설가 우아하다 Argument Tin Feeling Representative Gym Music Gaur Chicken 일쑤 코치 편 학생증 The harbor values the sugar. Vasagle Yammoe Enstatite Definition: Capable of being limited Road Neighborly Five Refer Built Kangaroo 비비다 Degree Release Bargain Horse 하루 형님 유교 석 동부 괴롭히다 경제력

            19. јануар Садржај Догађаји Рођења Смрти Празници и дани сећања Види још Референце Мени за навигацијуу