Hi everybody,
I'm doing a load test to my new project with a load test tool for AMF. In my
load test, when i load the server with 300 concurrent user giving AMF
requests, the tool gives me [perm gen space errors],[java.io.IOException: Error
writing to server] . The load test tool is soapui tool.
I'm using apache tomcat app server. But when the concurrent user number is 100,
there is no exception, it works well.
So, i want to learn why i'm getting this error. Is there a peek number of
concurrent user who send amf requests to the server? If it is, can we configure
it from tomcat?
Thnks.