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.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock