Jump to content
  • 0

[Help] Server cannot start with Geodata.


Question

Posted

Hey guys when i activate geodata on my server i get this:

geodataerror.jpg

 

When i deactivate Geodata server works normally.

Geodata works fine tested it on another computer...

Someone told me to Increase heap size in order to fix it but i dont know how :/

Any Ideas?

Thanks in Advance.

 

Recommended Posts

  • 0
Posted

I guess you're blind, dont you?

 

OutOfMemoryError, you dont understand what does it mean?

 

You need more Memory.

  • 0
Posted

4gb of DDR2 ain't enough? >.<

 

Mark = sampe person

 

Mark has fucking awesome Server with 6000TB of RAM.

 

So its mean that he is able to host 1kkkkk players online?

 

Answer is simple, no.

 

You have specify memory ammout for JVM etc.

 

For linux it is in GameServer_loop.sh file.

  • 0
Posted

Open this file via notpad or something ...

 

Sample:

 

#!/bin/bash

 

# exit codes of GameServer:

#  0 normal shutdown

#  2 reboot attempt

 

while :; do

[ -f log/java0.log.0 ] && mv log/java0.log.0 "log/`date +%Y-%m-%d_%H-%M-%S`_java.log"

[ -f log/stdout.log ] && mv log/stdout.log "log/`date +%Y-%m-%d_%H-%M-%S`_stdout.log"

java -Djava.util.logging.manager=com.l2jserver.util.L2LogManager -Xms1024m -Xmx1024m -cp ./../libs/*:l2jserver.jar com.l2jserver.gameserver.GameServer > log/stdout.log 2>&1

[ $? -ne 2 ] && break

# /etc/init.d/mysql restart

sleep 10

done

 

There is memory ammount for you server.

 

  • 0
Posted

What i should put there? 4096?

 

Its up to you, dont forget about memory for other things like OS, login server etc.

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...