Jump to content
  • 0

Question

Posted

i got this error when i made geodata on my server...

GeoData: Initializing...
Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
        at net.sf.l2j.gameserver.geoengine.geodata.GeoDriverArray.loadComplexBlo
ck(GeoDriverArray.java:221)
        at net.sf.l2j.gameserver.geoengine.geodata.GeoDriverArray.loadGeoBlocks(
GeoDriverArray.java:130)
        at net.sf.l2j.gameserver.geoengine.geodata.GeoDriverArray.<init>(GeoDriv
erArray.java:66)
        at net.sf.l2j.gameserver.geoengine.GeoData.initialize(GeoData.java:52)
        at net.sf.l2j.gameserver.GameServer.<init>(GameServer.java:225)
        at net.sf.l2j.gameserver.GameServer.main(GameServer.java:465)

and in gameserver.bat i make 3gb of ram +

 

REM -------------------------------------
REM Default parameters for a basic server.
java -Xmx512m -cp ./libs/*; 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 -Xmx1536m536m -Xms3024m -Xmn3024m -XX:PermSize=3024m -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOpts
REM -------------------------------------

 

2 answers to this question

Recommended Posts

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..