1. When making a thread, please tag your thread accordingly using the menu to the left of the textfield where you name your thread where applicable. Server Advertisements and Mod Releases should be contained to their respective subforums.

Server Help Disconnected due to inactivity

Discussion in 'Multiplayer' started by Iaeyan Elyuex, Mar 18, 2018.

  1. Iaeyan Elyuex

    Iaeyan Elyuex Cosmic Narwhal

    How do I give this game more RAM so I don't get disconnected due to inactivity when someone tries to teleport in when another player is onscreen? This is happening on my server, hosted on my computer, connected by 127.0.0.1.

    Everyone else on my server is having this problem, too. I have a GeForce GTX 765 GPU, and I'm sitting on 24 Gig of RAM. This should not be happening to me.

    Code:
    {
      "allowAdminCommands" : true,
      "allowAdminCommandsFromAnyone" : false,
      "allowAnonymousConnections" : false,
      "allowAssetsMismatch" : true,
      "anonymousConnectionsAreAdmin" : false,
      "bannedIPs" : [],
      "bannedUuids" : [],
      "checkAssetsDigest" : false,
      "clearPlayerFiles" : false,
      "clearUniverseFiles" : false,
      "clientIPJoinable" : false,
      "clientP2PJoinable" : true,
      "configurationVersion" : {
        "basic" : 2,
        "server" : 4
      },
      "crafting" : {
        "filterHaveMaterials" : false
      },
      "gameServerBind" : "*",
      "gameServerPort" : 21025,
      "interactiveHighlight" : true,
      "inventory" : {
        "pickupToActionBar" : true
      },
      "maxPlayers" : 8,
      "maxTeamSize" : 4,
      "monochromeLighting" : false,
      "playerBackupFileCount" : 3,
      "queryServerBind" : "*",
      "queryServerPort" : 21025,
      "rconServerBind" : "*",
      "rconServerPassword" : "",
      "rconServerPort" : 21026,
      "rconServerTimeout" : 1000000,
      "runQueryServer" : false,
      "runRconServer" : false,
      "safeScripts" : true,
      "scriptInstructionLimit" : 10000000,
      "scriptInstructionMeasureInterval" : 10000,
      "scriptProfilingEnabled" : false,
      "scriptRecursionLimit" : 100,
      "serverFidelity" : "automatic",
      "serverName" : "A Starbound Server",
      "serverOverrideAssetsDigest" : null,
      "serverUsers" : {
    //users and passwords removed for security
      },
      "tutorialMessages" : true
    }
    That's my server config.
     
    Last edited: Mar 18, 2018
  2. hainychou

    hainychou Seal Broken

    Hello,
    2 solution :

    1 - Unpack the packed.pak file, go to the "universe_server.config" file and change the value of the "connectionTimeout" line (the bigger the value, the more time you will have) . To finish, once you save, you repack !

    2 - Create a patch (or if i'm allowed, i attach the file) .


    Edit : I attach the file, decompress it and slide the server side
     

    Attached Files:

    Last edited: May 16, 2018
    reiste likes this.

Share This Page