
|
If you were logged in you would be able to see more operations.
|
|
|
|
|
| Component/s: |
Seam
|
| Affects Version/s: |
4.2.ALPHA1
|
| Fix Version/s: |
4.2.RC1
|
|
Security Level:
|
Public
(Everyone can see)
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
File Attachments:
|
1.
server-OOM.log.gz (1.43 Mb)
|
|
Issue Links:
|
Related
|
|
This issue related:
|
|
JBPAPP-469
Out of perm-gen memory when deploying...
|
|
|
|
|
|
|
| Workaround Description: |
If many applications are to be run simultaenously, we recommend the following adjustments be made to your run.conf file:
JAVA_OPTS="-Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=512m"
You might also consider -XX:+UseConcMarkSweepGC -XX:+CMSPermGenSweepingEnabled -XX:+CMSClassUnloadingEnabled if you are doing a lot of redeployment.
If many applications are to be run simultaenously, we recommend the following adjustments be made to your run.conf file:
JAVA_OPTS="-Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=512m"
You might also consider -XX:+UseConcMarkSweepGC -XX:+CMSPermGenSweepingEnabled -XX:+CMSClassUnloadingEnabled if you are doing a lot of redeployment.
|
There are two SEAM examples that are provided with the SEAM Application Platform distribution. Additionally, there are several examples provided in seam/examples. Attempting to deploy all the examples, causes the server's PermGen space to be exhausted. The server is no longer usable and must be killed by an explicit "kill" command.
The following JIRA issue is possibly related but has not yet been confirmed:
http://jira.jboss.com/jira/browse/JBAS-3071
|
|
Description
|
There are two SEAM examples that are provided with the SEAM Application Platform distribution. Additionally, there are several examples provided in seam/examples. Attempting to deploy all the examples, causes the server's PermGen space to be exhausted. The server is no longer usable and must be killed by an explicit "kill" command.
The following JIRA issue is possibly related but has not yet been confirmed:
http://jira.jboss.com/jira/browse/JBAS-3071 |
Show » |
|
|