Jump to content

galdaxxx

Members
  • Posts

    48
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by galdaxxx

  1. same thing.:(

    Fella ur OS is 32bits as i can imagine, so u need to edit the line to work with it.

    java -Dfile.encoding=UTF-8 -Xmx1G -cp config;./* l2p.gameserver.GameServer

     

    xmx means the Max Ram

    Xms means the min Ram

     

    so edit it to this and try

     

    java -Dfile.encoding=UTF-8  -Xms512m -Xmx1024m -cp config;./* l2p.gameserver.GameServer

     

    or

     

    java -Dfile.encoding=UTF-8  -Xms1024m -Xmx1024m -cp config;./* l2p.gameserver.GameServer

     

    ^_^

×
×
  • Create New...