Google

Friday, October 22, 2004

factors fo the memory usage by GWTDOMAIN and WSH

Hi!

What factors does the memory usage by GWTDOMAIN and WSH depend on?

Lechu


Lechu,

Factors I can think of off the top of my head (by guessing, based on a recollection of the internals from a few years ago) are:

Number of requests concurrently passing through the process

Size of the requests

(in the case of the WSH) number of connected clients

The process size may also vary with the number of concurrent active transactions.

As I say, this is not an exhaustive (or necessarily 100% correct) list, but it will give you a start.

Do you have any issues with process size?

Peter.


Lechu,

I suppose your question comes from experiencing some problems with the memory occupied by GWTDOMAIN and WSH? Both have been notorious in the past (especially GWTDOMAIN) for suffering from memory leaks and a lot of rolling patches have been issued with Tuxedo 6.x and 7 to alleviate the problems. So, if you have any problems, the first thing that I would recommend is to checkt the list of rolling patches for your version of Tuxedo and consider upgrading to the most recent rolling patch, if that might help you.

Winfried