Jump to content
  • 0

Gameserver Java Error :S


Question

Posted

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.

2 answers to this question

Recommended Posts

  • 0
Posted

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.

 

Guest
This topic is now closed to further replies.


×
×
  • Create New...