We have teamsite 6.5 on solaris .
Recently we observe teamsite performance issues . July 7th and 9th , teamsite became very slow and we had to restart the server.
We have mainly observed
1. java.lang.OutOfMemoryError in serveltd.log
2 .Invalid workflow errors
Workflow object 2336743 does not exist.
Workflow object 2336768 does not exist.
ID 2336768 is invalid
Workflow object 2336767 does not exist.
Workflow object 2336784 does not exist.
3. SSL Handshake errors
[09/Jul/2008 11:23:49 06657] [error] SSL handshake failed (server qtcfs012.ca.nortel.com:443, client 47.129.93.35) (OpenSSL library error follows)
[09/Jul/2008 11:23:49 06657] [error] OpenSSL: error:14094415

SL routines

SL3_READ_BYTES:sslv3 alert certificate expired
We are planning to go ahead with increasing java memory. These are the steps as per the document:-
1. Edit the /iw-home/servletd/bin/servletd script:
JAVA_OPTS="-server -Xms64m -Xmx512m -Djava.library.path=$IW_HOME/cssdk:$IW_HOME/
lib -Dcssdk.cfg.path=$IW_HOME/cssdk/cssdk.cfg"
2. Increase to -Xmx1024m (3GB max)
3. Run iwreset -ui
Anybody has tried this? Is there any risks associated with this? Do we have to stop the teamsite server for this?
2. Invalid workflow errors and SSL handshake errors , we see frequently. Can they also be the reason for performance issues?Any suggestions on these two?