Jump to content

Fishie_

Members
  • Posts

    2
  • Joined

  • Last visited

Fishie_'s Achievements

Dirt

Dirt (1/9)

0

Reputation

  1. Yeah if I just run Tekkit.jar it loads and works fine If I try to use a script no matter the memory size it wont allow me or anyone else to connect to the server it just says its down. java version "1.6.0_65" Java(TM) SE Runtime Environment (build 1.6.0_65-b14-462-11M4609) Java HotSpot(TM) 64-Bit Server VM (build 20.65-b04-462, mixed mode) I have 8GB of ram
  2. Hi, I tried increasing the memory of my server (hosted on home mac) but when I do it keeps giving the "Reached end of stream for /XXx.XXX.XXx.XxX etc" and wont appear online when on multiplayer menu but If i run it normally (loading the tekkit.jar) it works fine the way I'm trying to do it is below. #!/bin/bash cd "$( dirname "$0" )" java -Xmx1024M -Xms1024M -jar Tekkit.jar I also did the chmod a+x to give it permission, Any idea why it works with the default amount but not when I try to give it more? Thanks.
×
×
  • Create New...