Jump to content
  • 0

Question

Posted

Hi all MxC i would like to help me with my gameserver.bat
My server have 6G ram and a dual core @ 2.4 I currently have

java -server -Dfile.encoding=UTF-8 -Xms2024m -Xmx4024m -Xmn1024m -Xmn1024m -XX:PermSize=512m -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOpts -cp ./../libs/*;l2jhellas.jar com.l2jhellas.gameserver.GameServer

What do you suggest to change and keep the same

And I have 1 more problem aggro mobs dont hunt you. If you go near them they hit you but if you go away they dont hunt you. Generally mobs don't move even L2NpcWalker don't move what should I do?
I use L2jHellas

[GR] mporeite na apantisete kai sta ellinika :)

thanks for your time

 


 

1 answer to this question

Recommended Posts

  • 0
Posted

Hi all MxC i would like to help me with my gameserver.bat

My server have 6G ram and a dual core @ 2.4 I currently have

java -server -Dfile.encoding=UTF-8 -Xms2024m -Xmx4024m -Xmn1024m -Xmn1024m -XX:PermSize=512m -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOpts -cp ./../libs/*;l2jhellas.jar com.l2jhellas.gameserver.GameServer

What do you suggest to change and keep the same

 

And I have 1 more problem aggro mobs dont hunt you. If you go near them they hit you but if you go away they dont hunt you. Generally mobs don't move even L2NpcWalker don't move what should I do?

I use L2jHellas

 

[GR] mporeite na apantisete kai sta ellinika :)

 

thanks for your time

 

 

 

 

in the rev you are on (i am guessing 427..) we have an Ai rework in the midle that's not finsihed yet..that's why you have a problem with the mobs...

As far for the ram usage..

you can use this

 

java -server -Dfile.encoding=UTF-8 -Xmx4g -Xmn2g -Xmn1g -XX:PermSize=512m -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOpts -cp ./../libs/*;l2jhellas.jar com.l2jhellas.gameserver.GameServer

it will use 4gb ram which is MORE than enough imo....

Guest
This topic is now closed to further replies.


×
×
  • Create New...