calculating the size of a Session in CAF

hi there,

Is there a way to calculate the size of the http session in CAF? I was wondering if there is a command in the API that will allow me to figure it out.

Thanks,
Mario

There isn’t one answer for every environment. The amount of memory that a session will consume depends on the complexity of the BPMS application (number of webservices used, complexity of JSF Tree, etc…)

I have heard reports of MWS Sessions requiring about 1 MB up to 5 MB, but these is only anecdotal reports. If you have a good performance test tool, you should ramp up the virtual users and monitor the JVM usage (Using the Memory Monitor portlet or your favorite JMX tool).

Regards,
–mark