Jump to content

Recommended Posts

Posted

I'm playing with friend at server with 10 mods and all the time the server is very stuck and crashing.

Its shows me at the control panel that i using 200mb 50% of my ram.

I have a

I7-7700k

16gb

So how i can to add more ram to the server?

  • Haha 1
Posted

I am assuming you play on Windows since you siad i7-7700k. The type of computer is not what matters, it is the RAM. Don't you have a bat file that makes you run the server? Don't always just click on jar file to start the server. If you don't have a bat file, make one. To do this go to your text editor and make a new file. Inside that new file, write "java -Xmx [Most RAM Wanted] -Xms [Least RAM Wanted] -jar [Name for the jar of your minecraft server] .jar nogui". Fill in the brackets and paste it into your text editor. (Make sure to delete quotations!) The most RAM wanted is the maximum RAM you want to allocate to your server. The Least RAM Wanted is the least amount of RAM you want to allocate to your server. In my opinion, I suggest you to use 4GB for the most RAM wanted and 1GB for the least RAM wanted. The command for this would be: java -Xmx4G -Xms1G -jar [Name for the jar of your minecraft server] .jar nogui

 

If it keeps crashing, keep adding more RAM but don't add more then 8GB. Hope this helps!

Posted

The more RAM you add the longer Garbage Collection could potentially take to run AFAIK

  • Like 1

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

  Reveal hidden contents

 

Posted
  On 7/30/2018 at 2:10 AM, PulseBeat_02 said:

I am assuming you play on Windows since you siad i7-7700k. The type of computer is not what matters, it is the RAM. Don't you have a bat file that makes you run the server? Don't always just click on jar file to start the server. If you don't have a bat file, make one. To do this go to your text editor and make a new file. Inside that new file, write "java -Xmx [Most RAM Wanted] -Xms [Least RAM Wanted] -jar [Name for the jar of your minecraft server] .jar nogui". Fill in the brackets and paste it into your text editor. (Make sure to delete quotations!) The most RAM wanted is the maximum RAM you want to allocate to your server. The Least RAM Wanted is the least amount of RAM you want to allocate to your server. In my opinion, I suggest you to use 4GB for the most RAM wanted and 1GB for the least RAM wanted. The command for this would be: java -Xmx4G -Xms1G -jar [Name for the jar of your minecraft server] .jar nogui

 

If it keeps crashing, keep adding more RAM but don't add more then 8GB. Hope this helps!

Expand  

i did it right? i made a start.bat file and wrote there "java -Xmx4G -Xms1G -jar forge-1.12.2-14.23.4.2744-universal .jar nogui"

 

ללא שם.jpg

Posted (edited)

I forgot to mention that the text file can't be just named "Start.bat". You must go into the text editor, press save as, and there, you enter .bat as the file name. Windows may give you a warning, but just press ok.  Once you made the bat file, the icon should look like two gears.

 

To run your server, just click on it. It will open a command prompt, showing the server console.

 

 

Keep in mind a modded server is the same as a vanilla server basically, but with mods. Search up a tutorial about making a server. The person should show you how to make the bat file.

Edited by PulseBeat_02
Posted (edited)
  On 7/30/2018 at 3:21 PM, PulseBeat_02 said:

the text file can't be just named "Start.bat".

Expand  

Where did you hear this, @PulseBeat_02?

 

I think your issue there is Windows is set to hide known file extensions by default, so the file is actually Start.bat.txt but you only see the start.bat portion, in your file explorer window go to the view tab and check the file name extensions box.

 

Once this has been done you can run the bat file in CMD by typing its name or by simply double clicking on it, also I highly recommend adding pause to a new line the end of your Start.bat, this will make sure the window doesn't auto-close after your server closes, making sure you don't miss any console output.

Edited by DaemonUmbra

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

  Reveal hidden contents

 

Posted (edited)

@DaemonUmbra Sorry, I was a bit confusing. What I meant is that you must change the file extension to .bat, not the actual file name.

 

Just as what DaemonUmbra said, the problem here is that the file is Start.bat.txt not actually Start.bat

Edited by PulseBeat_02
  • 3 months later...
Posted

Make a new topic with your issue and post your logs in that new topic as described in the EAQ and my signature

About Me

  Reveal hidden contents

Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support.

When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible.

Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org

Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)

Posted
  On 11/27/2018 at 11:00 AM, Cadiboo said:

Make a new topic with your issue and post your logs in that new topic as described in the EAQ and my signature

Expand  

Thanks for helping but I have fixed the problem now and my server is fine

  • 7 months later...
Posted
  On 7/30/2018 at 2:10 AM, PulseBeat_02 said:

I am assuming you play on Windows since you siad i7-7700k. The type of computer is not what matters, it is the RAM. Don't you have a bat file that makes you run the server? Don't always just click on jar file to start the server. If you don't have a bat file, make one. To do this go to your text editor and make a new file. Inside that new file, write "java -Xmx [Most RAM Wanted] -Xms [Least RAM Wanted] -jar [Name for the jar of your minecraft server] .jar nogui". Fill in the brackets and paste it into your text editor. (Make sure to delete quotations!) The most RAM wanted is the maximum RAM you want to allocate to your server. The Least RAM Wanted is the least amount of RAM you want to allocate to your server. In my opinion, I suggest you to use 4GB for the most RAM wanted and 1GB for the least RAM wanted. The command for this would be: java -Xmx4G -Xms1G -jar [Name for the jar of your minecraft server] .jar nogui

 

If it keeps crashing, keep adding more RAM but don't add more then 8GB. Hope this helps!

Expand  

I have the same problem and i tried this and got errors

Invalid maximum heap size: -Xmx4G
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.

 

Do you know what i should do about this.

Posted

Please don't necro old threads, if you have an issue make your own thread.

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

  Reveal hidden contents

 

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.