L2J Revision 2944:
L2JDP Revision 5991:
If you have any clue why the server closed with this error let me know :
#
# A fatal error has been detected by the Java Runtime Environment:
#
# java.lang.OutOfMemoryError: requested 1319088 bytes for Chunk::new. Out of swap space?
#
# Internal Error (allocation.cpp:215), pid=23982, tid=789277584
# Error: Chunk::new
#
# JRE version: 6.0_14-b08
# Java VM: Java HotSpot(TM) Server VM (14.0-b16 mixed mode linux-x86 )
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#
Current thread (0x2f4ec000): JavaThread "CompilerThread1" daemon [_thread_in_native, id=23997, stack(0x2f036000,0x2f0b7000)]
Stack: [0x2f036000,0x2f0b7000], sp=0x2f0b3f90, free space=503k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [libjvm.so+0x64f7ca]
V [libjvm.so+0x291b2f]
V [libjvm.so+0x11cafc]
V [libjvm.so+0x11cff6]
V [libjvm.so+0x58c6c0]
V [libjvm.so+0x2d2f3d]
V [libjvm.so+0x4c6a02]
V [libjvm.so+0x25b72f]
V [libjvm.so+0x2585af]
V [libjvm.so+0x1f2bff]
V [libjvm.so+0x260cbb]
V [libjvm.so+0x2605d9]
V [libjvm.so+0x617016]
V [libjvm.so+0x61068e]
V [libjvm.so+0x531ade]
C [libpthread.so.0+0x650f]
Current CompileTask:
C2:2614 net.sf.l2j.gameserver.ai.L2AttackableAI.thinkAttack()V (6799 bytes)
PHX deadlock...or anything else?
One day , got this !
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- L2j Veteran
- Posts: 3437
- Joined: Wed Apr 30, 2008 8:53 am
- Location: Russia
Re: One day , got this !
robyfow85 wrote:# java.lang.OutOfMemoryError: requested 1319088 bytes for Chunk::new. Out of swap space?
Stack: [0x2f036000,0x2f0b7000], sp=0x2f0b3f90, free space=503k
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
public static final int PI = 3.1415926535897932384626433832795;
- Notorious
- Posts: 501
- Joined: Thu May 28, 2009 3:50 pm
- Location: Sweden
Re: One day , got this !
If you have only 32bit OS, don't run with the -server parameter. Just a tip! 

-
- Posts: 49
- Joined: Wed Apr 15, 2009 8:07 am
Re: One day , got this !
i can read that is out of swap , but the question is : what is generating this ?
- Notorious
- Posts: 501
- Joined: Thu May 28, 2009 3:50 pm
- Location: Sweden
Re: One day , got this !
Actually, you can't read that it's out of swap... it suggests that it could be out of swapspace, but it doesn't have to be.robyfow85 wrote:i can read that is out of swap , but the question is : what is generating this ?
I got a similar error once, after I had added the -server parameter. Before that I never had any problems. Got plenty of swapspace left, and loads of RAM too.
So I would suggest you look over your java starting parameters, if you have messed with them lately.
Anybody know if Java itself has some kind of swap that could be too low set?