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

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..