Jump to content

PriestPoppy

Members
  • Posts

    7
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

PriestPoppy's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. It is only happening with forge, no with default java server, not with bedrock server or other apps. Just forge
  2. Regarding what a screen is, it is just an app that let you run stuff in background so you can leave sessisions. More here: https://www.google.com/url?sa=t&source=web&rct=j&url=https://linuxize.com/post/how-to-use-linux-screen/&ved=2ahUKEwiW-MXbwN36AhVvXvEDHc3LBuIQFnoECA8QAQ&usg=AOvVaw1uD-l7QuOCB2wtNohoUN6d
  3. Running the command from my phone using LemonSSH seems to not have the same problem than running it with MobaXterm on my windows machine. From my phone I can safely leave the SSH connection without the server dying.
  4. Hello everyone, I'm running a forge 1.19 41.1.0 server for my friends on my VPS. In order to start it I use a .sh script with the following command line: #!/usr/bin/env sh # Forge requires a configured set of both JVM and program arguments. # Add custom JVM arguments to the user_jvm_args.txt # Add custom program arguments {such as nogui} to this file in the next line before the "$@" or # pass them to this script directly java @user_jvm_args.txt @libraries/net/minecraftforge/forge/1.19-41.1.0/unix_args.txt "$@" user_jvm_args.txt: # 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. -Xmx5G I obviously run this on a screen (Ubuntu 20.4) so that it keeps running when I leave the server SSH connection, except that no, it does not keep running when I quit the SSH connection. I've already tried recreating the screen, leaving the screen before quitting SSH session (leaving the screen is just fine, the problem shows when I quit the whole session) and reinstalled screen. Any help? Any information that I missed and could help you help me? Thank you everyone! logs/debug.log: https://samuele.site/rdr/debug.txt logs/latest.log: https://samuele.site/rdr/latest.txt
  5. Hello everyone, I'm running a forge 1.16.5 server for my friends on my VPS. In order to start it I use a .sh script with the following command line: java -Xms4000M -Xmx4000M -jar forge-1.16.5-36.2.0.jar I obviously run this on a screen (Ubuntu 20.4) so that it keeps running when I leave the server SSH connection, except that no, it does not keep running when I quit the SSH connection. I've already tried recreating the screen, leaving the screen before quitting SSH session (leaving the screen is just fine, the problem shows when I quit the whole session) and reinstalled screen. Any help? Any information that I missed and could help you help me? Thank you everyone! logs/debug.log: https://pastebin.com/PNaaJA5z
×
×
  • Create New...

Important Information

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