Jump to content
  • 0

[help]L2J X64


Question

5 answers to this question

Recommended Posts

  • 0
Posted

Well, first of all, this is not right section for it (help) you should post it here in [Request] Dev Help [L2J] En (http://www.maxcheaters.com/forum/index.php?board=64.0).

Second, you can try to change the amount of memory used by your server, because the error shows that its OutOfMemory. Its easy -  just change the taking memory amount by server in REM java -server line or in java -Djava in starGameserver.bat file.

  • 0
Posted

open startGameServer.bat find this line (for example) 

nice -n -2 java -Xmx512m -cp ./../libs/*:l2jserver.jar net.sf.l2j.loginserver.L2LoginServer > log/stdout.log 2>&1

 

and change this to one of them: -Xmn128m -Xms512m -Xmx1024m

  • 0
Posted
Xmx1536m -Xms1024m -Xmn512m

Will allow 1.5 Go of RAM memory to GameServer

 

Xmx2048m -Xms1024m -Xmn512m

Will allow 2 Go of RAM memory to GameServer

 

Etc :D

 

 

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