Jump to content

benJi2D

Members
  • Posts

    5
  • Joined

  • Last visited

benJi2D's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Okay, is this how my user_jvm_args.txt should look like # Xmx and Xms set the maximum and minimum RAM usage, respectively. # They can take any number, followed by an M or a G. # M means Megabyte, G means Gigabyte. # For example, to set the maximum to 3GB: -Xmx3G # To set the minimum to 2.5GB: -Xms2500M # A good default for a modded server is 4GB. # Uncomment the next line to set it. -Xmx8G because it's currently saying: Memory Use: 2000 mb (27% free) what does this mean? that...27% of the allocated memory is free or? Becauseif 2GB are used and 25% is free...that means 75% is taken. If 2000 MB is 75%, then the 25% left are 666MB, which means the total allocated is 2666 MB...am I understanding this wrong?
  2. Well, then it gets to 1-2% free, the map stops loading and me and my friend have to restart the server. I want to fix this
  3. In the server GUI https://drive.google.com/file/d/11XJSCxfJcED-FlNiiaMpR58AIQwZShqA/view?usp=sharing
  4. That's not what I asked now was it? I'm a smart boy too. I see the server getting close to 4GB of ram usage and it says " 5% free" which means, it's nearly using all of those 4 it was set to use by default, which means, it's not working.
  5. Guys, I tried to find a solution for an hour now, what I tried...it doesn't work. I start my server with a run.bat and it's content looks like this: REM Forge requires a configured set of both JVM and program arguments. REM Add custom JVM arguments to the user_jvm_args.txt REM Add custom program arguments {such as nogui} to this file in the next line before the %* or REM pass them to this script directly java u/user_jvm_args.txt u/libraries/net/minecraftforge/forge/1.18.1-39.0.64/win_args.txt %* java -Xmx8192M -Xms8129M -jar server.jar nogui PAUSE BUT it's still using 4GB of RAM. I have 32, it should be able to work...what am I doing wrong?
×
×
  • Create New...

Important Information

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