Jump to content
  • 0

Gameserver Java Error :S


Traffic*

Question

hey,i use l2j equal pack.after i formated my pc (my new OS is windows 7 64 bit) i get this error while i'm trying to open my server..

111111111111111111111r.jpg

 

any help would be appreciated.

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Well , there are 2 reasons why your java runs out of memory.

 

Your java application has a memory leak or your Java application needs a lot of memory . More than 128 MB by default. So , java heap size can be increased using the following parameters :

 

java -Xms<initial heap size> -Xmx<maximum heap size>

 

You can set this in the java control panel or in the command line . Depending on the enviroment you run your application.

 

Good luck.

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...