Jump to content
  • 0

[Help] Problem running gamserver


Question

Posted

I got this error when i run gamserver.bat :/

Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
        at java.util.Arrays.copyOf(Unknown Source)
        at java.util.BitSet.ensureCapacity(Unknown Source)
        at java.util.BitSet.expandTo(Unknown Source)
        at java.util.BitSet.set(Unknown Source)
        at net.sf.l2j.gameserver.idfactory.BitSetIDFactory.initialize(BitSetIDFactory.java:84)
        at net.sf.l2j.gameserver.idfactory.BitSetIDFactory.<init>(BitSIDFactory.java:65)
        at net.sf.l2j.gameserver.idfactory.IdFactory.<clinit>(IdFactory.java:68>

        at net.sf.l2j.gameserver.GameServer.<init>(GameServer.java:180
        at net.sf.l2j.gameserver.GameServer.main(GameServer.java:563)

please help

5 answers to this question

Recommended Posts

  • 0
Posted

right click on stargameserver and look for number 1024. increase it to 2048, only if u have 2gb of ram or more

i made it like this replaces all 1024 to 2048

REM Default parameters for a basic server.
java -Dfile.encoding=UTF-8 -Xmx2048m -cp bsf.jar;bsh-engine.jar;bsh-2.0b5.jar;mmocore.jar;javolution.jar;c3p0-0.9.1.2.jar;mysql-connector-java-5.1.6-bin.jar;l2jteon.jar;jython.jar;jython-engine.jar;commons-logging-1.1.jar;java-engine.jar net.sf.l2j.gameserver.GameServer
REM
REM If you have a big server and lots of memory, you could experiment for example with
REM java -server -Xmx2048m -Xms2048m -Xmn2024m -XX:PermSize=256m -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOpts

this error appears:

Could not resolve enough space for object heap
Could not create java virtual machine

P.s i have 3 gb ram.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...