Java Error ?

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
Madrobot
Posts: 47
Joined: Thu Jan 20, 2011 5:08 pm

Java Error ?

Post by Madrobot »

If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision Number:
L2JDP Revision Number:

http://upic.me/i/kr/34untitled.png

how to fix?

thx 4 ans
User avatar
Zoey76
L2j Inner Circle
L2j Inner Circle
Posts: 7008
Joined: Tue Aug 11, 2009 3:36 am

Re: Java Error ?

Post by Zoey76 »

I'm not sure, but looks like you ran out of memory :|
Powered by Eclipse 4.34 ๐ŸŒŒ | Eclipse Temurin 21 โ˜• | MariaDB 11.3.2 ๐Ÿ—ƒ๏ธ | L2J Server 2.6.3.0 - High Five ๐Ÿš€

๐Ÿ”— Join our Discord! ๐ŸŽฎ๐Ÿ’ฌ
coder89
Posts: 8
Joined: Wed Sep 12, 2012 10:24 am

Re: Java Error ?

Post by coder89 »

buy more ram :mrgreen:
User avatar
UnAfraid
L2j Veteran
L2j Veteran
Posts: 4199
Joined: Mon Jul 23, 2007 4:25 pm
Location: Bulgaria
Contact:

Re: Java Error ?

Post by UnAfraid »

or just assign more memory (edit startGameServer.bat)

Code: Select all

java -Djava.util.logging.manager=com.l2jserver.util.L2LogManager -Xms1024m -Xmx1024m -cp ./../libs/*;l2jserver.jar com.l2jserver.gameserver.GameServer
Set -Xmx1024m to -Xmx2g
for 2 gb or more if you have
Image
Madrobot
Posts: 47
Joined: Thu Jan 20, 2011 5:08 pm

Re: Java Error ?

Post by Madrobot »

Ram 8 gb - -''
Madrobot
Posts: 47
Joined: Thu Jan 20, 2011 5:08 pm

Re: Java Error ?

Post by Madrobot »

UnAfraid thank sir

i just try
Post Reply