If you observe the following exception in the FAS server.log:
java.lang.OutOfMemoryError:
It's possible the Java process is out of memory, to confirm please run these commands
- free -mt, copy paste output to reply
- ulimit -a & ulimit -u, copy paste output to reply
- top -n 1 -b > /tmp/top.output, send us top.output from your tmp directory
- jstack -l <fas_pid> > /tmp/jstack.output, send us jstack.output in your tmp directory
- jmap -J-d64 -dump:format=b,file=/tmp/jmap.output <fas_pid>, send us jmap.output from your tmp directory
For the last two commands the FAS appserver process id (<fas_pid>) can be found with the following command:
ps -aef | grep appserver | grep java | awk '{print $2}'
Comments
0 comments
Please sign in to leave a comment.